complexType "DataItemType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
PhysicalLocation, r:VariableReference
All Direct / Indirect Based Elements (1):
DataItem
Known Usage Locations
Annotation
Describes a single data item within the record, linking its description in a variable to its physical location in the stored record.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="DataItemType">
<xs:sequence>
<xs:element ref="r:VariableReference"/>
<xs:element minOccurs="0" ref="PhysicalLocation"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
PhysicalLocation
Type:
PhysicalLocationType, complex content
Description of the physical location of the value of the object in the data file.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="PhysicalLocation"/>

r:VariableReference
Type:
r:ReferenceType, complex content
Reference to the Variable describing this data item.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:VariableReference"/>

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