Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element irm:CountryCode
Namespace urn:us:gov:ic:irm
Annotations
A standards-based 2- or 3-character abbreviation of a country name. Use attribute "precedence" to denote that the code applies to a country discussed in the publication, but not the primary subject. Use attribute "vocabulary" to specify a country-code vocabulary other than FIPS 10-4. PERMISSIBLE VALUES The permissible values for this type are defined in the following Controlled Vocabulary Enumerations: CVEnumIRMCoverageFIPSDigraph.xml when countryCodeVocabulary = FIPS CVEnumIRMCoverageISO3166Trigraph.xml when countryCodeVocabulary = ISO-3
Diagram
Diagram IC-IRM_xsd_Element_irm_CountryCode.tmp#CountryCode_vocabulary IC-IRM_xsd_Element_irm_CountryCode.tmp#CountryCode_precedence IC-IRM_xsd_Attribute_Group_irm_OrderAttributeGroup.tmp#OrderAttributeGroup
Type extension of xsd:string
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.
irm:precedence restriction of xsd:NMTOKEN optional
Priority claimed or received as a result of preeminence. When used on the element CountryCode, this attribute is used to distinguish the primary focus when an intelligence product covers two or more countries. Permissible values are Primary, Secondary. When used on element DistributionEntry, this attribute is a free-text string to record information about the relative priority for delivery or handling when communicating with the entity referenced.
irm:vocabulary restriction of xsd:NMTOKEN required
Which value enumeration set this element should be validated against.
Source
<xsd:element name="CountryCode">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A standards-based 2- or 3-character abbreviation of a country name. Use attribute "precedence" to denote that the code applies to a country discussed in the publication, but not the primary subject. Use attribute "vocabulary" to specify a country-code vocabulary other than FIPS 10-4. PERMISSIBLE VALUES The permissible values for this type are defined in the following Controlled Vocabulary Enumerations: CVEnumIRMCoverageFIPSDigraph.xml when countryCodeVocabulary = FIPS CVEnumIRMCoverageISO3166Trigraph.xml when countryCodeVocabulary = ISO-3</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="xsd:string">
        <xsd:attribute name="vocabulary" use="required">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">Which value enumeration set this element should be validated against.</xsd:documentation>
          </xsd:annotation>
          <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
              <xsd:enumeration value="FIPS"/>
              <xsd:enumeration value="ISO-3"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:attribute>
        <xsd:attribute name="precedence" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">Priority claimed or received as a result of preeminence. When used on the element CountryCode, this attribute is used to distinguish the primary focus when an intelligence product covers two or more countries. Permissible values are Primary, Secondary. When used on element DistributionEntry, this attribute is a free-text string to record information about the relative priority for delivery or handling when communicating with the entity referenced.</xsd:documentation>
          </xsd:annotation>
          <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
              <xsd:enumeration value="Primary"/>
              <xsd:enumeration value="Secondary"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:attribute>
        <xsd:attributeGroup ref="irm:OrderAttributeGroup"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.xsd
Attribute irm:CountryCode / @irm:vocabulary
Namespace urn:us:gov:ic:irm
Annotations
Which value enumeration set this element should be validated against.
Type restriction of xsd:NMTOKEN
Properties
use: required
Facets
enumeration FIPS
enumeration ISO-3
Used by
Element irm:CountryCode
Source
<xsd:attribute name="vocabulary" use="required">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Which value enumeration set this element should be validated against.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="FIPS"/>
      <xsd:enumeration value="ISO-3"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location IC-IRM.xsd
Attribute irm:CountryCode / @irm:precedence
Namespace urn:us:gov:ic:irm
Annotations
Priority claimed or received as a result of preeminence. When used on the element CountryCode, this attribute is used to distinguish the primary focus when an intelligence product covers two or more countries. Permissible values are Primary, Secondary. When used on element DistributionEntry, this attribute is a free-text string to record information about the relative priority for delivery or handling when communicating with the entity referenced.
Type restriction of xsd:NMTOKEN
Properties
use: optional
Facets
enumeration Primary
enumeration Secondary
Used by
Element irm:CountryCode
Source
<xsd:attribute name="precedence" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Priority claimed or received as a result of preeminence. When used on the element CountryCode, this attribute is used to distinguish the primary focus when an intelligence product covers two or more countries. Permissible values are Primary, Secondary. When used on element DistributionEntry, this attribute is a free-text string to record information about the relative priority for delivery or handling when communicating with the entity referenced.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="Primary"/>
      <xsd:enumeration value="Secondary"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location IC-IRM.xsd