Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element VideoDetailsType / creatorTool
Namespace urn:us:mil:ces:metadata:domex
Annotations
The reported tool that created the media file.
Diagram
Diagram DOMEX_xsd_Simple_Type_string150.tmp#string150
Type string150
Properties
content simple
Facets
maxLength 150
Source
<xs:element name="creatorTool" type="string150">
  <xs:annotation>
    <xs:documentation>The reported tool that created the media file.</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 VideoDetailsType / frameRate
Namespace urn:us:mil:ces:metadata:domex
Annotations
The reported frame rate of the media file.
Diagram
Diagram DOMEX_xsd_Simple_Type_string50.tmp#urn_us_mil_ces_metadata_domex_string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="frameRate" type="string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The reported frame rate of the media file.</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 VideoDetailsType / dataRate
Namespace urn:us:mil:ces:metadata:domex
Annotations
The reported bit rate of the video stream.
Diagram
Diagram DOMEX_xsd_Simple_Type_string50.tmp#urn_us_mil_ces_metadata_domex_string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="dataRate" type="string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The reported bit rate of the video stream.</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 VideoDetailsType / length
Namespace urn:us:mil:ces:metadata:domex
Annotations
The length of the recording expressed in hours:minutes:seconds
Diagram
Diagram DOMEX_xsd_Simple_Type_string50.tmp#urn_us_mil_ces_metadata_domex_string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="length" type="string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The length of the recording expressed in hours:minutes: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.
Element VideoDetailsType / codec
Namespace urn:us:mil:ces:metadata:domex
Annotations
The device or computer program capable of encoding or decoding a digital data stream or signal.
Diagram
Diagram DOMEX_xsd_Simple_Type_string50.tmp#urn_us_mil_ces_metadata_domex_string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="codec" type="string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The device or computer program capable of encoding or decoding a digital data stream or signal.</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 VideoDetailsType / resolution
Namespace urn:us:mil:ces:metadata:domex
Annotations
The number of pixels expressed as width x height.
Diagram
Diagram DOMEX_xsd_Simple_Type_string50.tmp#urn_us_mil_ces_metadata_domex_string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="resolution" type="string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The number of pixels expressed as width x height.</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 VideoDetailsType / malware
Namespace urn:us:mil:ces:metadata:domex
Annotations
The name of a specific piece of malware found by a scan.
Diagram
Diagram DOMEX_xsd_Simple_Type_string150.tmp#string150
Type string150
Properties
content simple
minOccurs 0
Facets
maxLength 150
Source
<xs:element name="malware" type="string150" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The name of a specific piece of malware found by a scan.</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 VideoDetailsType
Namespace urn:us:mil:ces:metadata:domex
Annotations
Details for a video file
Diagram
Diagram DOMEX_xsd_Complex_Type_VideoDetailsType.tmp#VideoDetailsType_creatorTool DOMEX_xsd_Complex_Type_VideoDetailsType.tmp#VideoDetailsType_frameRate DOMEX_xsd_Complex_Type_VideoDetailsType.tmp#VideoDetailsType_dataRate DOMEX_xsd_Complex_Type_VideoDetailsType.tmp#VideoDetailsType_length DOMEX_xsd_Complex_Type_VideoDetailsType.tmp#VideoDetailsType_codec DOMEX_xsd_Complex_Type_VideoDetailsType.tmp#VideoDetailsType_resolution DOMEX_xsd_Complex_Type_VideoDetailsType.tmp#VideoDetailsType_malware
Used by
Model
Children codec , creatorTool , dataRate , frameRate , length , malware , resolution
Source
<xs:complexType name="VideoDetailsType">
  <xs:annotation>
    <xs:documentation>Details for a video file</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="creatorTool" type="string150">
      <xs:annotation>
        <xs:documentation>The reported tool that created the media file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="frameRate" type="string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The reported frame rate of the media file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dataRate" type="string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The reported bit rate of the video stream.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="length" type="string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The length of the recording expressed in hours:minutes:seconds</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="codec" type="string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The device or computer program capable of encoding or decoding a digital data stream or signal.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="resolution" type="string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The number of pixels expressed as width x height.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="malware" type="string150" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The name of a specific piece of malware found by a scan.</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