simpleType "InstrumentGroupCodeType"
Namespace: |
|
Defined: |
|
Used: |
|
Simple Content Model |
enumeration of xs:NMTOKEN |
Simple Content Restrictions:
Enumeration: |
"I0" |
- |
No specified relationship |
"I1" |
- |
Single |
"I2" |
- |
Multiple: Integrated set of 2 or more instruments used for different subpopulations |
"I3" |
- |
Multiple: Base with Topical changes |
|
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 the instruments used to collect data. 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 InstrumentGroupCodeType (restriction) |
Derivation: |
restriction of xs:NMTOKEN |
Facets: |
enumeration: |
"I0" |
- |
No specified relationship |
"I1" |
- |
Single |
"I2" |
- |
Multiple: Integrated set of 2 or more instruments used for different subpopulations |
"I3" |
- |
Multiple: Base with Topical changes |
|
|
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="InstrumentGroupCodeType"> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="I0"/> <xs:enumeration value="I1"/> <xs:enumeration value="I2"/> <xs:enumeration value="I3"/> </xs:restriction> </xs:simpleType> |