Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element irm:geographicIdentifier
Namespace urn:us:gov:ic:irm
Annotations

ded:Definition: An element under geospatialCoverage that defines an identifier or reference to an identifier that describes a geographic extent using a name or other identifier. See also ISO 19115 (eg. geographicDescription). Models a GML compliant geographic identifier. See ISO 19115 EX_GeographicDescription.

ded:Obligation: (Conditional) geospatialCoverage must have at least one of geographicIdentifier, boundingGeometry, or postalAddress.

ded:Comment: This element must contain one or more name, region, countryCode, subDivisionCode, facilityIdentifier or waterBody elements.

Diagram
Diagram IC-IRM_xsd_Element_irm_geographicIdentifier.tmp#geographicIdentifier_name IC-IRM_xsd_Element_irm_geographicIdentifier.tmp#geographicIdentifier_region IC-IRM_xsd_Element_irm_countryCode.tmp#urn_us_gov_ic_irm_countryCode IC-IRM_xsd_Element_irm_subDivisionCode.tmp#subDivisionCode IC-IRM_xsd_Element_irm_facilityIdentifier.tmp#facilityIdentifier IC-IRM_xsd_Element_irm_waterBody.tmp#waterBody
Properties
content complex
Used by
Complex Type irm:PlaceType
Model
Children irm:countryCode , irm:facilityIdentifier , irm:name , irm:region , irm:subDivisionCode , irm:waterBody
Instance
<irm:geographicIdentifier xmlns:irm="urn:us:gov:ic:irm">
  <irm:name>{1,1}</irm:name>
  <irm:region>{1,1}</irm:region>
  <irm:countryCode irm:code="" irm:codespace="">{1,1}</irm:countryCode>
  <irm:subDivisionCode irm:code="" irm:codespace="">{1,1}</irm:subDivisionCode>
  <irm:facilityIdentifier irm:beNumber="" irm:osuffix="">{1,1}</irm:facilityIdentifier>
  <irm:waterBody irm:code="" irm:codespace="">{1,1}</irm:waterBody>
</irm:geographicIdentifier>
Source
<xsd:element name="geographicIdentifier">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Definition">ded:Definition: An element under geospatialCoverage that defines an identifier or reference to an identifier that describes a geographic extent using a name or other identifier. See also ISO 19115 (eg. geographicDescription). Models a GML compliant geographic identifier. See ISO 19115 EX_GeographicDescription.</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Obligation">ded:Obligation: (Conditional) geospatialCoverage must have at least one of geographicIdentifier, boundingGeometry, or postalAddress.</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Comment">ded:Comment: This element must contain one or more name, region, countryCode, subDivisionCode, facilityIdentifier or waterBody elements.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice maxOccurs="unbounded">
      <xsd:element name="name" type="irm:simpleTokenType">
        <xsd:annotation>
          <xsd:documentation>
            <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Definition">ded:Definition: An element under geographicIdentifier that is the name of a place of interest, other than a country, region, facility or body of water.</p>
            <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Obligation">ded:Obligation: (Optional)</p>
            <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Comment"/>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="region" type="irm:simpleTokenType">
        <xsd:annotation>
          <xsd:documentation>
            <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Definition">ded:Definition: An element under geographicIdentifier that is the name of a sub-national or transnational geographic or geopolitical region that is a subject of the resource.</p>
            <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Obligation">ded:Obligation: (Optional)</p>
            <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Comment"/>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="irm:countryCode"/>
      <xsd:element ref="irm:subDivisionCode"/>
      <xsd:element ref="irm:facilityIdentifier"/>
      <xsd:element ref="irm:waterBody"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element irm:geographicIdentifier / irm:name
Namespace urn:us:gov:ic:irm
Annotations

ded:Definition: An element under geographicIdentifier that is the name of a place of interest, other than a country, region, facility or body of water.

ded:Obligation: (Optional)

Diagram
Diagram IC-IRM_xsd_Simple_Type_irm_simpleTokenType.tmp#simpleTokenType
Type irm:simpleTokenType
Properties
content simple
Facets
minLength 1
Source
<xsd:element name="name" type="irm:simpleTokenType">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Definition">ded:Definition: An element under geographicIdentifier that is the name of a place of interest, other than a country, region, facility or body of water.</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Obligation">ded:Obligation: (Optional)</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Comment"/>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location IC-IRM.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element irm:geographicIdentifier / irm:region
Namespace urn:us:gov:ic:irm
Annotations

ded:Definition: An element under geographicIdentifier that is the name of a sub-national or transnational geographic or geopolitical region that is a subject of the resource.

ded:Obligation: (Optional)

Diagram
Diagram IC-IRM_xsd_Simple_Type_irm_simpleTokenType.tmp#simpleTokenType
Type irm:simpleTokenType
Properties
content simple
Facets
minLength 1
Source
<xsd:element name="region" type="irm:simpleTokenType">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Definition">ded:Definition: An element under geographicIdentifier that is the name of a sub-national or transnational geographic or geopolitical region that is a subject of the resource.</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Obligation">ded:Obligation: (Optional)</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Comment"/>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location IC-IRM.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.

This document has been approved for Public Release by the Office of the Director of National Intelligence. See Distribution Notice for details. Click Here