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: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Storage format arranged record by record. A RecordSet requires a list of variables to appear in a specified order. Provides a consistent order for the variables and a set of values for each record displayed in variable order.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="RecordSetType">
<xs:sequence>
<xs:element minOccurs="0" ref="VariableOrder"/>
<xs:element maxOccurs="unbounded" ref="Record"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
Record
Type:
RecordType, complex content
For each record, contains the values for the items in order by the specified variable sequence.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="Record"/>

VariableOrder
Type:
VariableOrderType, complex content
Provides the sequence of variables representing the order of storage within each record.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="VariableOrder"/>

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