complexType "DataItemType"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
ProprietaryDataType, ProprietaryOutputFormat, r:ProprietaryInfo, r:VariableReference
All Direct / Indirect Based Elements (1):
DataItem
Known Usage Locations
Annotation
Describes a single data item within the record, linking it to its description in a variable and providing information on its data type and any item specific proprietary information.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="DataItemType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:VariableReference"/>
<xs:element minOccurs="0" ref="ProprietaryDataType"/>
<xs:element minOccurs="0" ref="ProprietaryOutputFormat"/>
<xs:element minOccurs="0" ref="r:ProprietaryInfo"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
ProprietaryDataType
Type:
r:CodeValueType, simple content
Allows an override of the default data type, using the language of the proprietary software. A controlled vocabulary is recommended.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ProprietaryDataType"/>

ProprietaryOutputFormat
Type:
r:CodeValueType, simple content
Indicates the proprietary output format.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ProprietaryOutputFormat"/>

r:ProprietaryInfo
Type:
r:ProprietaryInfoType, complex content
Contains proprietary information specific to the data item. This is expressed as a set of key (name)-value pairs.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:ProprietaryInfo"/>

r:VariableReference
Type:
r:ReferenceType, complex content
Reference to a Variable describing the content of the data item.
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