DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
simpleType "DataSetGroupCodeType"
Namespace:
Defined:
globally in group.xsd, see XML source
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"D0"
 - 
No specified relationship
"D1"
 - 
Single data file from a data collection
"D2"
 - 
Multiple data products from a single data collection
"D3"
 - 
Integration of multiple data sets into a single integrated structure
"D4"
 - 
Multiple data files each from a different data collection

All Direct / Indirect Based Attributes (2):
Known Usage Locations
Annotation
Indicates how all members of the group are related in terms of physical data products in relation to data collection efforts. These relationships are inferred by the markup author, and should be considered as her/his own interpretation of the data.
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN
  DataSetGroupCodeType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"D0"
 - 
No specified relationship
"D1"
 - 
Single data file from a data collection
"D2"
 - 
Multiple data products from a single data collection
"D3"
 - 
Integration of multiple data sets into a single integrated structure
"D4"
 - 
Multiple data files each from a different data collection
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="DataSetGroupCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="D0"/>
<xs:enumeration value="D1"/>
<xs:enumeration value="D2"/>
<xs:enumeration value="D3"/>
<xs:enumeration value="D4"/>
</xs:restriction>
</xs:simpleType>

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