scr:CountrySubdivisionCategoryCodeSimpleType

simpleType CountrySubdivisionCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.0/

Definition

A data type for a COUNTRY SUBDIVISION TYPE.

Diagram

Enumerations

ValueDefinition
DepartmentDepartment
ProvinceProvince
RegionRegion
StateState
TerritoryTerritory

XML Schema

<xs:simpleType name="CountrySubdivisionCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a COUNTRY SUBDIVISION TYPE.
</xs:documentation>
</xs:annotation>
<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>