DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
simpleType "InstrumentGroupCodeType"
Namespace:
Defined:
globally in group.xsd, see XML source
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
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>

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