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>{0,unbounded}</address>
  <affiliatedCountry>{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
Type PlaceType
Properties
content simple
minOccurs 0
maxOccurs unbounded
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
Type CompoundCountryCodeIdentifierType
Properties
content simple
minOccurs 0
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