simpleType "DataSetGroupCodeType"
Namespace: |
|
Defined: |
|
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
- As direct type of attributes within complexTypes (2):
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> |