Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element irm:SubCountryCode
Namespace urn:us:gov:ic:irm
Annotations
A standards-based abbreviation of an administrative subdivision of a country. The code elements consist of the two-digit country code from ISO 3166-1 followed by a hyphen separator and another string of up to three alphanumeric characters that represents the subdivision of that country. PERMISSIBLE VALUES The permissible values for this type are defined in the CVEnumIRMCoverageISO3166-2SubCountry.xml Controlled Vocabulary Enumeration.
Diagram
Diagram CVEnumIRMCoverageISO3166-2SubCountry_xsd_Simple_Type_CVEnumIRMCoverageISO3166-2SubCountry.tmp#CVEnumIRMCoverageISO3166-2SubCountry IC-IRM_xsd_Attribute_Group_irm_OrderAttributeGroup.tmp#OrderAttributeGroup
Type extension of CVEnumIRMCoverageISO3166-2SubCountry
Type hierarchy
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
irm:order xsd:int optional
Specifies a user-defined order of an element within the given document. All elements in the document which specify the irm:order attribute should be interpreted as entries in a single, ordered list even though they may appear on different elements. Values must be sequential, starting at 1, and may not contain duplicates. Document in this case means an IRM.XML or PUBS.XML instance. In MAT.XML, each IRM or PUBS instance would be evaluated individually. Therefore, a single MAT document may have multiple @irm:order='1', BUT they would be in different IRM or PUBS instances.
Source
<xsd:element name="SubCountryCode">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A standards-based abbreviation of an administrative subdivision of a country. The code elements consist of the two-digit country code from ISO 3166-1 followed by a hyphen separator and another string of up to three alphanumeric characters that represents the subdivision of that country. PERMISSIBLE VALUES The permissible values for this type are defined in the CVEnumIRMCoverageISO3166-2SubCountry.xml Controlled Vocabulary Enumeration.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="irm-cve:CVEnumIRMCoverageISO3166-2SubCountry">
        <xsd:attributeGroup ref="irm:OrderAttributeGroup"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.xsd