simpleType "DataProductGroupCodeType"
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 (1):
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 (restriction)
  DataProductGroupCodeType
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="DataProductGroupCodeType">
<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 1.12 using DocFlex/XML XSDDoc 2.9.0 template set