complexType "GrossRecordStructureType"
Namespace:
Content:
complex, 6 attributes, 9 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
 = 
xs:nonNegativeInteger : "1"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The gross or macro level structures of the record structure including the link to the LogicalRecord and information on the number and ordering of each Physical Segment of the LogicalRecord as stored in the data file. Provides an attribute stating the number of physical segments with a default value of "1".
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      GrossRecordStructureType
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="GrossRecordStructureType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:element ref="LogicalRecordReference"/>
<xs:element maxOccurs="unbounded" ref="PhysicalRecordSegment"/>
</xs:sequence>
<xs:attribute default="1" name="numberOfPhysicalSegments" type="xs:nonNegativeInteger"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/6)
numberOfPhysicalSegments
Type:
xs:nonNegativeInteger, predefined
Use:
optional
Number of physical records segments each logical record (case) is divided into. Express as an integer. Caution in using 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.
Attribute Value
Default:
"1"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="1" name="numberOfPhysicalSegments" type="xs:nonNegativeInteger"/>
Content Element Detail (all declarations; defined within this component only; 2/9)
LogicalRecordReference
Type:
r:ReferenceType, complex content
Reference to the LogicalRecord that describes the record type and intellectual content of the record within the physical data file.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="LogicalRecordReference"/>

PhysicalRecordSegment
Type:
PhysicalRecordSegmentType, complex content
A description of each physical storage segment required to completely cover the logical record. A logical record may be stored in one or more segments housed hierarchically in a single file or in separate data files. All logical records have at least one segment.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="PhysicalRecordSegment"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set