GeographyGroupCodeType (simpleType)

DDI

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.

Source

  <xs:simpleType name="GeographyGroupCodeType">  <xs:restriction base="xs:NMTOKEN">  <xs:enumeration value="G0">  </xs:enumeration>  <xs:enumeration value="G1">  </xs:enumeration>  <xs:enumeration value="G2">  </xs:enumeration>  <xs:enumeration value="G3">  </xs:enumeration>  <xs:enumeration value="G4">  </xs:enumeration>  </xs:restriction>  </xs:simpleType>