complexType "RecordSetType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
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: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)
-
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"/>
|
-
Provides the sequence of variables representing the order of storage within each record.
XML Source (w/o annotations (1); see within schema source)