Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element facility
Namespace urn:us:mil:ces:metadata:domex
Annotations
Defines the metadata about a facility when a facility is the subject of an acquisition. It is also used to specify content and analytic facility metadata extracted from the file object or added through content management and analysis.
Diagram
Diagram DOMEX_xsd_Element_facility.tmp#facility_uuid DOMEX_xsd_Attribute_DESVersion.tmp#DESVersion DOMEX_xsd_Element_facility.tmp#facility_name DOMEX_xsd_Element_facility.tmp#facility_address DOMEX_xsd_Element_facility.tmp#facility_affiliatedCountry DOMEX_xsd_Element_facility.tmp#facility_relationship
Properties
content complex
Used by
Model
Children address , affiliatedCountry , name , relationship
Instance
<facility DESVersion="" uuid="" xmlns="urn:us:mil:ces:metadata:domex">
  <name>{1,1}</name>
  <address irm:order="" irm:precedence="" SchemaguideSecurityAttributesOptionGroup="">{0,unbounded}</address>
  <affiliatedCountry irm:code="" irm:codespace="">{0,1}</affiliatedCountry>
  <relationship type="">{0,unbounded}</relationship>
</facility>
Attributes
QName Type Use Annotation
DESVersion restriction of xs:string optional

The version number of the specification. This attribute is intended for processing systems to determine the appropriate versions of Schema, Schematron, and CVE values for validation and interpretation of an instance document.

If there are multiple of this attribute specified in an instance document, the first one in document order is the one that will apply to the entire document. Document order is defined in https://www.w3.org/TR/xpath-datamodel/#document-order

uuid UuidType optional
Source
<xs:element name="facility">
  <xs:annotation>
    <xs:documentation>Defines the metadata about a facility when a facility is the subject of an acquisition. It is also used to specify content and analytic facility metadata extracted from the file object or added through content management and analysis.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="xs:string">
        <xs:annotation>
          <xs:documentation>Name of the facility</xs:documentation>
        </xs:annotation>
      </xs:element>
      <!-- artf14830 - Unbound facility address element -->
      <xs:element name="address" type="irm:PlaceType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A group of entities used in the DoD Discovery Metadata Specification postalAddress plus others. Optionally includes Street, City, State, Province, Postal Code, and Country Code.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="affiliatedCountry" type="irm:CompoundCountryCodeIdentifierType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Country to which the facility is affiliated</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="relationship" type="RelationshipType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A relationship captures how entities are related to one another.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="uuid" type="UuidType" use="optional"/>
    <xs:attribute ref="DESVersion" use="optional"/>
  </xs:complexType>
</xs:element>
Schema location DOMEX.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 facility / name
Namespace urn:us:mil:ces:metadata:domex
Annotations
Name of the facility
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="name" type="xs:string">
  <xs:annotation>
    <xs:documentation>Name of the facility</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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 facility / address
Namespace urn:us:mil:ces:metadata:domex
Annotations
A group of entities used in the DoD Discovery Metadata Specification postalAddress plus others. Optionally includes Street, City, State, Province, Postal Code, and Country Code.
Diagram
Diagram IC-IRM_xsd_Complex_Type_irm_PlaceType.tmp#PlaceType_precedence IC-IRM_xsd_Complex_Type_irm_PlaceType.tmp#PlaceType_order IC-IRM_xsd_Attribute_Group_irm_SecurityAttributesOptionGroup.tmp#SecurityAttributesOptionGroup IC-IRM_xsd_Element_irm_geographicIdentifier.tmp#geographicIdentifier IC-IRM_xsd_Element_irm_boundingGeometry.tmp#boundingGeometry IC-IRM_xsd_Element_irm_postalAddress.tmp#postalAddress IC-IRM_xsd_Complex_Type_irm_PlaceType.tmp#PlaceType
Type irm:PlaceType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children irm:boundingGeometry , irm:geographicIdentifier , irm:postalAddress
Instance
<address irm:order="" irm:precedence="" SchemaguideSecurityAttributesOptionGroup="" xmlns="urn:us:mil:ces:metadata:domex" xmlns:irm="urn:us:gov:ic:irm">
  <irm:geographicIdentifier>{1,1}</irm:geographicIdentifier>
  <irm:boundingGeometry>{1,1}</irm:boundingGeometry>
  <irm:postalAddress>{1,1}</irm:postalAddress>
</address>
Attributes
QName Type Use Annotation
SchemaguideSecurityAttributesOptionGroup xsd:NMTOKEN optional
This attribute is only a placeholder so that all the ISM attributes are not shown in the schemaGuide for every element. If you refer to the documentation of the attribute group it will say what attributes should be here.
irm:order xsd:int optional

ded:Definition: An attribute of geospatialCoverage that specifies a user-defined order of an element (specifically when multiple countryCode and subDivisionCode elements exist) within the given IRM resource. Specifies a user-defined order of an element within the given document. All elements in the document which specify the 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.

ded:Obligation: (Optional)

ded:Comment: This is an integer entry. Values must be sequential, starting at 1, and may not contain duplicates.

irm:precedence irm:simpleTokenType optional

ded:Definition: An attribute of geospatialCoverage that states the priority claimed or received as a result of preeminence. When CountryCode has a value, this attribute is used to distinguish the primary focus when a described data asset covers two or more countries. 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.

ded:Obligation: (Optional)

ded:Comment: This is a text field. Normal values are Primary or Secondary. 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.

Source
<xs:element name="address" type="irm:PlaceType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A group of entities used in the DoD Discovery Metadata Specification postalAddress plus others. Optionally includes Street, City, State, Province, Postal Code, and Country Code.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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 facility / affiliatedCountry
Namespace urn:us:mil:ces:metadata:domex
Annotations
Country to which the facility is affiliated
Diagram
Diagram IC-IRM_xsd_Complex_Type_irm_CompoundCountryCodeIdentifierType.tmp#CompoundCountryCodeIdentifierType_codespace IC-IRM_xsd_Complex_Type_irm_CompoundCountryCodeIdentifierType.tmp#CompoundCountryCodeIdentifierType_code IC-IRM_xsd_Complex_Type_irm_CompoundCountryCodeIdentifierType.tmp#CompoundCountryCodeIdentifierType
Type irm:CompoundCountryCodeIdentifierType
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
irm:code irm:simpleTokenType required

ded:Definition: An attribute of countryCode and subDivisionCode that contains two-alpha, three-alpha, or numeric code in either full or short urn form according to the GENC standard, identifying the country.

ded:Obligation: (Conditional) Mandatory if countryCode is present. Mandatory if subDivisionCode is present.

ded:Comment: A permissible value according to the vocabulary specified in the codespace.

irm:codespace irm:simpleTokenType required

ded:Definition: An attribute of countryCode and subDivisionCode that contains the codespace identifying the standard being used.

ded:Obligation: (Conditional) Mandatory if countryCode is present. Mandatory if subDivisionCode is present.

ded:Comment: Specifies the domain vocabulary of which the Country Code is a member. Acceptable values should indicate 2 or 3 digit code vocabularies from the Geopolitical Entities, Names, and Code (GENC) Standard.

Source
<xs:element name="affiliatedCountry" type="irm:CompoundCountryCodeIdentifierType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Country to which the facility is affiliated</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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 facility / relationship
Namespace urn:us:mil:ces:metadata:domex
Annotations
A relationship captures how entities are related to one another.
Diagram
Diagram DOMEX_xsd_Complex_Type_RelationshipType.tmp#RelationshipType_type DOMEX_xsd_Complex_Type_RelationshipType.tmp#RelationshipType_relatedTo DOMEX_xsd_Complex_Type_RelationshipType.tmp#RelationshipType_startDate DOMEX_xsd_Complex_Type_RelationshipType.tmp#RelationshipType_endDate DOMEX_xsd_Complex_Type_RelationshipType.tmp#RelationshipType
Type RelationshipType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children endDate , relatedTo , startDate
Instance
<relationship type="" xmlns="urn:us:mil:ces:metadata:domex">
  <relatedTo nature="">{1,1}</relatedTo>
  <startDate>{0,1}</startDate>
  <endDate>{0,1}</endDate>
</relationship>
Attributes
QName Type Use
type CVEnumDOMEXRelationshipTypeType required
Source
<xs:element name="relationship" type="RelationshipType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A relationship captures how entities are related to one another.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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.
Attribute facility / @uuid
Namespace urn:us:mil:ces:metadata:domex
Type UuidType
Properties
use optional
Facets
pattern [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{16}
Used by
Element facility
Source
<xs:attribute name="uuid" type="UuidType" use="optional"/>
Schema location DOMEX.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