DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "RecordSetType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in dataset.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
VariableOrder, Record+
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Storage for the traditional rectangular form of data.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="RecordSetType">
<xs:sequence>
<xs:element ref="VariableOrder"/>
<xs:element maxOccurs="unbounded" ref="Record"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 2/2)
Record
Type:
RecordType, complex content
Holds the sequence of record values in storage order, as described in VariableOrder.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="Record"/>

VariableOrder
Type:
VariableOrderType, complex content
Holds the sequence of variable references in storage order.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="VariableOrder"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set