scr:CountrySubdivisionCategoryCodeSimpleType
simpleType CountrySubdivisionCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a COUNTRY SUBDIVISION TYPE.
Diagram
Enumerations
Value | Definition |
Department | Department |
Province | Province |
Region | Region |
State | State |
Territory | Territory |
XML Schema
<xs:simpleType name="CountrySubdivisionCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a COUNTRY SUBDIVISION TYPE.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Department">
<xs:annotation>
<xs:documentation>
Department</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Province">
<xs:annotation>
<xs:documentation>
Province</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Region">
<xs:annotation>
<xs:documentation>
Region</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="State">
<xs:annotation>
<xs:documentation>
State</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Territory">
<xs:annotation>
<xs:documentation>
Territory</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>