complexType "ItemSetType"
Namespace:
Content:
complex, 1 element
Defined:
globally in dataset.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Storage format for random order item variables. Each ItemValue references it's defining variable, it's record identifier, and the it's value.
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="ItemSetType">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="ItemValue"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/1)
ItemValue
Type:
ItemValueType, complex content
Each value in the data set linked to it's variable and record identification.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="ItemValue"/>

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