iso_3166:CountrySubdivisionCodeType
complexType CountrySubdivisionCodeType in namespace http://release.niem.gov/niem/codes/iso_3166-1/4.0/
Definition
A data type for a state, commonwealth, province, or other such geopolitical subdivision of a country. Sourced from ISO 3166 Part 2, v3-6.
Diagram
XML Schema
<xs:complexType name="CountrySubdivisionCodeType">
<xs:annotation>
<xs:documentation>
A data type for a state, commonwealth, province, or other such geopolitical subdivision of a country. Sourced from ISO 3166 Part 2, v3-6.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="iso_3166:CountrySubdivisionCodeSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>