complexType "VariableItemType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in dataset.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
r:Value, r:VariableReference
All Direct / Indirect Based Elements (1):
VariableItem
Known Usage Locations
Annotation
The set of values associated with a single variable (one for each record in storage order of records).
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="VariableItemType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:VariableReference"/>
<xs:element maxOccurs="unbounded" ref="r:Value"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
r:Value
Type:
r:ValueType, simple content
Value associated with the referenced variable in record storage order.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="r:Value"/>

r:VariableReference
Type:
r:ReferenceType, complex content
Reference to the variable associated with the values given.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:VariableReference"/>

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