DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "DataItemType"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
VariableReference, ProprietaryDataType?, ProprietaryOutputFormat?, r:ProprietaryInfo?
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A single point of data within the file, which may carry an over-ride of the specified default datatype.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="DataItemType">
<xs:sequence>
<xs:element ref="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 (defined in 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 name-value pairs.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:ProprietaryInfo"/>

VariableReference
Type:
r:ReferenceType, complex content
Reference to the variable description in the Logical Product
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="VariableReference"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set