complexType "GrossFileStructureType"
Namespace:
Content:
complex, 5 attributes, 12 elements
Defined:
Includes:
definitions of 6 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (12):
CaseQuantity, CreationSoftware, OverallRecordCount, PlaceOfProduction, ProcessingCheck, ProcessingStatus, r:Agency, r:ID, r:MaintainableObject, r:URN, r:UserID, r:Version
All Direct / Indirect Based Elements (1):
GrossFileStructure
Known Usage Locations
Annotation
Includes information about the file structure, as well as other characteristics that are specific to the physical instance. Information includes place of production, processing checks to validate the content, processing status, the software used to create the data file, and check sums for the number of cases and overall record count.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
  r:IdentifiableType (extension)
      GrossFileStructureType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="GrossFileStructureType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:element minOccurs="0" name="PlaceOfProduction" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ProcessingCheck"/>
<xs:element minOccurs="0" name="ProcessingStatus" type="r:CodeValueType"/>
<xs:element minOccurs="0" ref="CreationSoftware"/>
<xs:element minOccurs="0" name="CaseQuantity" type="xs:integer"/>
<xs:element minOccurs="0" name="OverallRecordCount" type="xs:integer"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 6/12)
CaseQuantity
Type:
xs:integer, predefined, simple content
Number of cases or observations in the data file. Caution in using optional checksums is recommended. Conflict between checksums and the items being counted can cause problems with warning flags during processing. If using checksum to capture information for internal processing purposes, the use of automatically generated check sums is strongly urged.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CaseQuantity" type="xs:integer"/>

CreationSoftware
Type:
r:SoftwareType, complex content
Indicates the software that was used to create the data file.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="CreationSoftware"/>

OverallRecordCount
Type:
xs:integer, predefined, simple content
Overall record count in the data file. Caution in using optional checksums is recommended. Conflict between checksums and the items being counted can cause problems with warning flags during processing. If using checksum to capture information for internal processing purposes, the use of automatically generated check sums is strongly urged.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="OverallRecordCount" type="xs:integer"/>

PlaceOfProduction
Type:
xs:string, predefined, simple content
Indicates the place where the physical instance was produced expressed as a simple string.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PlaceOfProduction" type="xs:string"/>

ProcessingCheck
Type:
r:StructuredStringType, complex content
Documents processing checks and other operations performed on the data file.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ProcessingCheck"/>

ProcessingStatus
Type:
r:CodeValueType, simple content
Processing status of the data file. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ProcessingStatus" type="r:CodeValueType"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set