DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "GrossRecordStructureType"
Namespace:
Content:
complex, 6 attributes, 3 elements
Defined:
Includes:
definitions of 1 attribute and 2 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    numberOfPhysicalSegments
 = 
xs:integer : "1"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, LogicalRecordReference, PhysicalRecordSegment+
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes characteristics of the physical storage of a logical record, as described in the DataRelationship section of the logical product.
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      GrossRecordStructureType (extension)
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:integer"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (defined in this component only; 1/6)
numberOfPhysicalSegments
Type:
xs:integer, predefined
Use:
optional
Number of records segments each logical record (case) is divided into. Express as an integer.
Attribute Value
Default:
"1"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="1" name="numberOfPhysicalSegments" type="xs:integer"/>
Content Element Detail (defined in this component only; 2/3)
LogicalRecordReference
Type:
r:ReferenceType, complex content
Reference to the LogicalProduct:DataRelationship:LogicalRecord:RecordType:Idenfication.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="LogicalRecordReference"/>

PhysicalRecordSegment
Type:
PhysicalRecordSegmentType, complex content
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 SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set