simpleType "GeographyGroupCodeType"
Namespace:
Defined:
globally in group.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"G0"
 - 
No specified relationship
"G1"
 - 
Single geography surveyed multiple times
"G2"
 - 
Single geography surveyed once
"G3"
 - 
Rolling geography
"G4"
 - 
Different geography each survey

All Direct / Indirect Based Attributes (2):
Known Usage Locations
Annotation
Indicates how all members of the group are related along the dimension of geography. 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)
  GeographyGroupCodeType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"G0"
 - 
No specified relationship
"G1"
 - 
Single geography surveyed multiple times
"G2"
 - 
Single geography surveyed once
"G3"
 - 
Rolling geography
"G4"
 - 
Different geography each survey
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="GeographyGroupCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="G0"/>
<xs:enumeration value="G1"/>
<xs:enumeration value="G2"/>
<xs:enumeration value="G3"/>
<xs:enumeration value="G4"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set