Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element facility
Namespace urn:us:mil:ces:metadata:domex
Diagram
Diagram DOMEX_xsd_Element_facility.tmp#facility_uuid 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 uuid="" xmlns="urn:us:mil:ces:metadata:domex">
  <name>{1,1}</name>
  <address order="" precedence="" SchemaguideSecurityAttributesOptionGroup="">{0,unbounded}</address>
  <affiliatedCountry code="" codespace="">{0,1}</affiliatedCountry>
  <relationship type="">{0,unbounded}</relationship>
</facility>
Attributes
QName Type Use
uuid UuidType optional
Source
<xs:element name="facility">
  <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="ddms: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="ddms: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: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 DDMS-GeospatialCoverage_xsd_Complex_Type_PlaceType.tmp#PlaceType_precedence DDMS-GeospatialCoverage_xsd_Complex_Type_PlaceType.tmp#PlaceType_order DDMS-Includes_xsd_Attribute_Group_SecurityAttributesOptionGroup.tmp#SecurityAttributesOptionGroup DDMS-GeospatialCoverage_xsd_Element_geographicIdentifier.tmp#geographicIdentifier DDMS-GeospatialCoverage_xsd_Element_boundingGeometry.tmp#boundingGeometry DDMS-GeospatialCoverage_xsd_Element_postalAddress.tmp#postalAddress DDMS-GeospatialCoverage_xsd_Complex_Type_PlaceType.tmp#PlaceType
Type PlaceType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children boundingGeometry , geographicIdentifier , postalAddress
Instance
<address order="" precedence="" SchemaguideSecurityAttributesOptionGroup="" xmlns="urn:us:mil:ces:metadata:domex" xmlns:ddms="urn:us:mil:ces:metadata:ddms:5">
  <ddms:geographicIdentifier>{1,1}</ddms:geographicIdentifier>
  <ddms:boundingGeometry>{1,1}</ddms:boundingGeometry>
  <ddms:postalAddress>{1,1}</ddms: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.
order xs:int optional
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.
precedence simpleTokenType 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.
Source
<xs:element name="address" type="ddms: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 DDMS-GeospatialCoverage_xsd_Complex_Type_CompoundCountryCodeIdentifierType.tmp#CompoundCountryCodeIdentifierType_codespace DDMS-GeospatialCoverage_xsd_Complex_Type_CompoundCountryCodeIdentifierType.tmp#CompoundCountryCodeIdentifierType_code DDMS-GeospatialCoverage_xsd_Complex_Type_CompoundCountryCodeIdentifierType.tmp#CompoundCountryCodeIdentifierType
Type CompoundCountryCodeIdentifierType
Properties
content complex
minOccurs 0
Attributes
QName Type Use
code simpleTokenType required
codespace simpleTokenType required
Source
<xs:element name="affiliatedCountry" type="ddms: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