Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Element domex
Namespace urn:us:mil:ces:metadata:domex
Annotations
The domex element is provided as a root element for including a DOMEX assertion in a TDO. For most circumstances, the domex element will contain one or more "acquisition" elements that describe a complete domex metadata set or record. DOMEX sub-elements can be exchanged separate from an acquisition using one of the alternate roots.
Diagram
Diagram DOMEX_xsd_Attribute_DESVersion.tmp#DESVersion DOMEX_xsd_Element_acquisition.tmp#acquisition DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails DOMEX_xsd_Element_subjectInformation.tmp#subjectInformation CellexReport_xsd_Element_cr_cellexReport.tmp#cellexReport Identity_xsd_Element_identity.tmp#identity DOMEX_xsd_Element_facility.tmp#facility DOMEX_xsd_Element_organization.tmp#organization DOMEX_xsd_Element_equipment.tmp#equipment DOMEX_xsd_Element_mediaDetails.tmp#mediaDetails DOMEX_xsd_Element_file.tmp#file
Properties
content complex
Model
Children acquisition , collectionDetails , cr:cellexReport , equipment , facility , file , identity , mediaDetails , organization , subjectInformation
Instance
<domex DESVersion="" xmlns="urn:us:mil:ces:metadata:domex" xmlns:cr="urn:CellexReport" xmlns:Identity="urn:us:mil:ces:metadata:domex_identity">
  <acquisition DESVersion="" uuid="">{1,unbounded}</acquisition>
  <collectionDetails DESVersion="" uuid="">{1,unbounded}</collectionDetails>
  <subjectInformation DESVersion="" uuid="">{1,unbounded}</subjectInformation>
  <cr:cellexReport cr:DESVersion="">{1,unbounded}</cr:cellexReport>
  <Identity:identity DESVersion="" uuid="">{1,unbounded}</Identity:identity>
  <facility DESVersion="" uuid="">{1,unbounded}</facility>
  <organization DESVersion="">{1,unbounded}</organization>
  <equipment DESVersion="" uuid="">{1,unbounded}</equipment>
  <mediaDetails DESVersion="" uuid="">{1,unbounded}</mediaDetails>
  <file DESVersion="" uuid="">{1,unbounded}</file>
</domex>
Attributes
QName Type Use Annotation
DESVersion restriction of xs:string required

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

Source
<xs:element name="domex">
  <xs:annotation>
    <xs:documentation>The domex element is provided as a root element for including a DOMEX assertion in a TDO. For most circumstances, the domex element will contain one or more "acquisition" elements that describe a complete domex metadata set or record. DOMEX sub-elements can be exchanged separate from an acquisition using one of the alternate roots.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="acquisition" maxOccurs="unbounded"/>
        <xs:element ref="collectionDetails" maxOccurs="unbounded"/>
        <xs:element ref="subjectInformation" maxOccurs="unbounded"/>
        <xs:element ref="cr:cellexReport" maxOccurs="unbounded"/>
        <xs:element ref="Identity:identity" maxOccurs="unbounded"/>
        <xs:element ref="facility" maxOccurs="unbounded"/>
        <xs:element ref="organization" maxOccurs="unbounded"/>
        <xs:element ref="equipment" maxOccurs="unbounded"/>
        <xs:element ref="mediaDetails" maxOccurs="unbounded"/>
        <xs:element ref="file" maxOccurs="unbounded"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute ref="DESVersion" use="required"/>
  </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.

This document has been approved for Public Release by the Office of the Director of National Intelligence. See Distribution Notice for details. Click Here