complexType "ItemValueType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in dataset.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
RecordReference, r:Value, r:VariableReference
All Direct / Indirect Based Elements (1):
ItemValue
Known Usage Locations
Annotation
Each value in the data set linked to it's variable and record identification.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="ItemValueType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:VariableReference"/>
<xs:element name="RecordReference" type="xs:string"/>
<xs:element maxOccurs="unbounded" ref="r:Value"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
r:Value
Type:
r:ValueType, simple content
The value of the item for the specified variable and record.
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 describing the item.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:VariableReference"/>

RecordReference
Type:
xs:string, predefined, simple content
The value of the record identifier or key. This is the value found in the item linked to the variable identified by the DataSet in the IdentifyingVariableReference.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="RecordReference" type="xs:string"/>

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