Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element equipment
Namespace urn:us:mil:ces:metadata:domex
Diagram
Diagram DOMEX_xsd_Element_equipment.tmp#equipment_uuid 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 uuid="" xmlns="urn:us:mil:ces:metadata:domex">
  <designator>{1,1}</designator>
  <nomenclature>{1,1}</nomenclature>
  <countryOfManufacture code="" codespace="">{0,unbounded}</countryOfManufacture>
  <serialNumber>{0,unbounded}</serialNumber>
  <relationship type="">{0,unbounded}</relationship>
  <remark SchemaguideSecurityAttributesGroup="">{0,unbounded}</remark>
</equipment>
Attributes
QName Type Use
uuid UuidType optional
Source
<xs:element name="equipment">
  <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="ddms: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: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 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
maxOccurs unbounded
Attributes
QName Type Use
code simpleTokenType required
codespace simpleTokenType required
Source
<xs:element name="countryOfManufacture" type="ddms: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 DDMS-Includes_xsd_Attribute_Group_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