Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element ImageDetailsType / model
Namespace urn:us:mil:ces:metadata:domex
Annotations
The image input equipment model name or number.
Diagram
Diagram DOMEX_xsd_Simple_Type_string100.tmp#string100
Type string100
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element name="model" type="string100" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The image input equipment model name or number.</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 ImageDetailsType / make
Namespace urn:us:mil:ces:metadata:domex
Annotations
The image input equipment manufacturer.
Diagram
Diagram DOMEX_xsd_Simple_Type_string100.tmp#string100
Type string100
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element name="make" type="string100" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The image input equipment manufacturer.</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 ImageDetailsType / cameraSerialNumber
Namespace urn:us:mil:ces:metadata:domex
Annotations
The image input equipment serial number.
Diagram
Diagram DOMEX_xsd_Simple_Type_string100.tmp#string100
Type string100
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element name="cameraSerialNumber" type="string100" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The image input equipment serial number.</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 ImageDetailsType / dateTimeOriginal
Namespace urn:us:mil:ces:metadata:domex
Annotations
The date and time of image creation.
Diagram
Diagram DDMS-Globals_xsd_Simple_Type_CombinedDateType.tmp#CombinedDateType
Type CombinedDateType
Properties
content simple
minOccurs 0
Source
<xs:element name="dateTimeOriginal" type="ddms:CombinedDateType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date and time of image creation.</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 ImageDetailsType / imageWidth
Namespace urn:us:mil:ces:metadata:domex
Annotations
The number of columns of image data, equal to the number of pixels per row.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="imageWidth" type="xs:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The number of columns of image data, equal to the number of pixels per row.</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 ImageDetailsType / imageLength
Namespace urn:us:mil:ces:metadata:domex
Annotations
The number of rows of image data.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="imageLength" type="xs:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The number of rows of image data.</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 ImageDetailsType / gpsCoordinates
Namespace urn:us:mil:ces:metadata:domex
Annotations
The reported GPS coordinates expressed as degrees, minutes and seconds.
Diagram
Diagram
Type PointType
Properties
content simple
minOccurs 0
Source
<xs:element name="gpsCoordinates" type="tspi-core:PointType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The reported GPS coordinates expressed as degrees, minutes and seconds.</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.
Complex Type ImageDetailsType
Namespace urn:us:mil:ces:metadata:domex
Annotations
Exchangeable Image File Format (EXIF) information. EXIF is the standard that specifies the formats to be used for images, sound and tags in digital still cameras and in other systems handling the image and sound files recorded by digital still cameras.
Diagram
Diagram DOMEX_xsd_Complex_Type_ImageDetailsType.tmp#ImageDetailsType_model DOMEX_xsd_Complex_Type_ImageDetailsType.tmp#ImageDetailsType_make DOMEX_xsd_Complex_Type_ImageDetailsType.tmp#ImageDetailsType_cameraSerialNumber DOMEX_xsd_Complex_Type_ImageDetailsType.tmp#ImageDetailsType_dateTimeOriginal DOMEX_xsd_Complex_Type_ImageDetailsType.tmp#ImageDetailsType_imageWidth DOMEX_xsd_Complex_Type_ImageDetailsType.tmp#ImageDetailsType_imageLength DOMEX_xsd_Complex_Type_ImageDetailsType.tmp#ImageDetailsType_gpsCoordinates
Used by
Model
Children cameraSerialNumber , dateTimeOriginal , gpsCoordinates , imageLength , imageWidth , make , model
Source
<xs:complexType name="ImageDetailsType">
  <xs:annotation>
    <xs:documentation>Exchangeable Image File Format (EXIF) information. EXIF is the standard that specifies the formats to be used for images, sound and tags in digital still cameras and in other systems handling the image and sound files recorded by digital still cameras.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="model" type="string100" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The image input equipment model name or number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="make" type="string100" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The image input equipment manufacturer.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="cameraSerialNumber" type="string100" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The image input equipment serial number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dateTimeOriginal" type="ddms:CombinedDateType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The date and time of image creation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="imageWidth" type="xs:positiveInteger" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The number of columns of image data, equal to the number of pixels per row.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="imageLength" type="xs:positiveInteger" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The number of rows of image data.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="gpsCoordinates" type="tspi-core:PointType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The reported GPS coordinates expressed as degrees, minutes and seconds.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
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