Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element equipment
Namespace urn:us:mil:ces:metadata:domex
Annotations
Defines the metadata about equipment when equipment is the subject of an acquisition. It is also used to specify content and analytic equipment metadata extracted from the file object or added through content management and analysis.
Diagram
Diagram DOMEX_xsd_Element_equipment.tmp#equipment_uuid DOMEX_xsd_Attribute_DESVersion.tmp#DESVersion DOMEX_xsd_Element_equipment.tmp#equipment_designator DOMEX_xsd_Element_equipment.tmp#equipment_nomenclature DOMEX_xsd_Element_equipment.tmp#equipment_countryOfManufacture DOMEX_xsd_Element_equipment.tmp#equipment_serialNumber DOMEX_xsd_Element_equipment.tmp#equipment_relationship DOMEX_xsd_Element_equipment.tmp#equipment_remark
Properties
content complex
Used by
Model
Children countryOfManufacture , designator , nomenclature , relationship , remark , serialNumber
Instance
<equipment DESVersion="" uuid="" xmlns="urn:us:mil:ces:metadata:domex">
  <designator>{1,1}</designator>
  <nomenclature>{1,1}</nomenclature>
  <countryOfManufacture irm:code="" irm:codespace="">{0,unbounded}</countryOfManufacture>
  <serialNumber>{0,unbounded}</serialNumber>
  <relationship type="">{0,unbounded}</relationship>
  <remark SchemaguideSecurityAttributesGroup="">{0,unbounded}</remark>
</equipment>
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="equipment">
  <xs:annotation>
    <xs:documentation>Defines the metadata about equipment when equipment is the subject of an acquisition. It is also used to specify content and analytic equipment metadata extracted from the file object or added through content management and analysis.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="designator" type="xs:string">
        <xs:annotation>
          <xs:documentation>Equipment designator.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="nomenclature" type="xs:string">
        <xs:annotation>
          <xs:documentation>The name or nomenclature of the equipment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="countryOfManufacture" type="irm:CompoundCountryCodeIdentifierType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Country in which the equipment was manufactured.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="serialNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>The serial number of a specific piece of equipment.</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:element name="remark" type="RemarkType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>User comments.</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 equipment / designator
Namespace urn:us:mil:ces:metadata:domex
Annotations
Equipment designator.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="designator" type="xs:string">
  <xs:annotation>
    <xs:documentation>Equipment designator.</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 equipment / nomenclature
Namespace urn:us:mil:ces:metadata:domex
Annotations
The name or nomenclature of the equipment.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="nomenclature" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name or nomenclature of the equipment.</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 equipment / countryOfManufacture
Namespace urn:us:mil:ces:metadata:domex
Annotations
Country in which the equipment was manufactured.
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
maxOccurs unbounded
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="countryOfManufacture" type="irm:CompoundCountryCodeIdentifierType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Country in which the equipment was manufactured.</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 equipment / serialNumber
Namespace urn:us:mil:ces:metadata:domex
Annotations
The serial number of a specific piece of equipment.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="serialNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The serial number of a specific piece of equipment.</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 equipment / 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.
Element equipment / remark
Namespace urn:us:mil:ces:metadata:domex
Annotations
User comments.
Diagram
Diagram DOMEX_xsd_Simple_Type_string4000.tmp#string4000 IC-IRM_xsd_Attribute_Group_irm_SecurityAttributesGroup.tmp#SecurityAttributesGroup DOMEX_xsd_Complex_Type_RemarkType.tmp#urn_us_mil_ces_metadata_domex_RemarkType
Type RemarkType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use Annotation
SchemaguideSecurityAttributesGroup 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.
Source
<xs:element name="remark" type="RemarkType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>User comments.</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 equipment / @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 equipment
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