Showing:

Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element ApproximableDateType / description
Namespace urn:us:mil:ces:metadata:ddms:5
Diagram
Diagram DDMS-Includes_xsd_Simple_Type_simpleTokenType.tmp#simpleTokenType
Type simpleTokenType
Properties
content simple
minOccurs 0
Facets
minLength 1
Source
<xs:element name="description" type="simpleTokenType" minOccurs="0">
  <xs:annotation>
    <xs:appinfo xml:lang="en">A string describing a date, such as "Ramadan 2010". This string is descriptive, but not necessarily processable by search engines.</xs:appinfo>
  </xs:annotation>
</xs:element>
Schema location DDMS-Globals.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 ApproximableDateType / approximableDate
Namespace urn:us:mil:ces:metadata:ddms:5
Diagram
Diagram DDMS-Globals_xsd_Simple_Type_CombinedDateType.tmp#CombinedDateType DDMS-Globals_xsd_Complex_Type_ApproximableDateType.tmp#ApproximableDateType_ApproximableDateType_approximableDate_approximation
Type extension of CombinedDateType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
Source
<xs:element name="approximableDate" minOccurs="0">
  <xs:annotation>
    <xs:appinfo xml:lang="en">An ISO 8601 date with an approximation attribute to add values such as "early". ISO 8601 allows for dates such as 2010-06; search engines have different interpretations about when to return records marked as such.</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="CombinedDateType">
        <xs:attribute name="approximation" type="DateApproximationEnumerationType"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location DDMS-Globals.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 ApproximableDateType / searchableDate
Namespace urn:us:mil:ces:metadata:ddms:5
Diagram
Diagram DDMS-Globals_xsd_Complex_Type_ApproximableDateType.tmp#ApproximableDateType_ApproximableDateType_searchableDate_start DDMS-Globals_xsd_Complex_Type_ApproximableDateType.tmp#ApproximableDateType_ApproximableDateType_searchableDate_end
Properties
content complex
minOccurs 0
Model
Children end , start
Instance
<searchableDate xmlns="urn:us:mil:ces:metadata:ddms:5">
  <start>{0,1}</start>
  <end>{0,1}</end>
</searchableDate>
Source
<xs:element name="searchableDate" minOccurs="0">
  <xs:annotation>
    <xs:appinfo xml:lang="en">A range of dates covering the time period of the approximable date. A search engine should be able to return DDMS records for queries in which the searched time period intersects this date range.</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence minOccurs="0">
      <xs:element name="start" type="CombinedDateType" minOccurs="0"/>
      <xs:element name="end" type="CombinedDateType" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location DDMS-Globals.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 ApproximableDateType / searchableDate / start
Namespace urn:us:mil:ces:metadata:ddms:5
Diagram
Diagram DDMS-Globals_xsd_Simple_Type_CombinedDateType.tmp#CombinedDateType
Type CombinedDateType
Properties
content simple
minOccurs 0
Source
<xs:element name="start" type="CombinedDateType" minOccurs="0"/>
Schema location DDMS-Globals.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 ApproximableDateType / searchableDate / end
Namespace urn:us:mil:ces:metadata:ddms:5
Diagram
Diagram DDMS-Globals_xsd_Simple_Type_CombinedDateType.tmp#CombinedDateType
Type CombinedDateType
Properties
content simple
minOccurs 0
Source
<xs:element name="end" type="CombinedDateType" minOccurs="0"/>
Schema location DDMS-Globals.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 ApproximableDateType
Namespace urn:us:mil:ces:metadata:ddms:5
Diagram
Diagram DDMS-Globals_xsd_Complex_Type_ApproximableDateType.tmp#ApproximableDateType_description DDMS-Globals_xsd_Complex_Type_ApproximableDateType.tmp#ApproximableDateType_approximableDate DDMS-Globals_xsd_Complex_Type_ApproximableDateType.tmp#ApproximableDateType_searchableDate
Used by
Model
Children approximableDate , description , searchableDate
Source
<xs:complexType name="ApproximableDateType">
  <xs:annotation>
    <xs:appinfo xml:lang="en">Type used to model dates that are approximate, and may not be processable by search engines. Use of the searchableDate is intended to inform search engines when this record should be returned; without it, query matching is system-dependent. This date can be obfuscated for security or other reasons. Example: The information was received on 2010-06-14 but to reduce the risk of compromising the source it is shown in a document as searchableDate start="2010-05-01T00:00:00Z" end="2010-07-01T00:00:00Z"</xs:appinfo>
  </xs:annotation>
  <xs:all>
    <xs:element name="description" type="simpleTokenType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo xml:lang="en">A string describing a date, such as "Ramadan 2010". This string is descriptive, but not necessarily processable by search engines.</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="approximableDate" minOccurs="0">
      <xs:annotation>
        <xs:appinfo xml:lang="en">An ISO 8601 date with an approximation attribute to add values such as "early". ISO 8601 allows for dates such as 2010-06; search engines have different interpretations about when to return records marked as such.</xs:appinfo>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="CombinedDateType">
            <xs:attribute name="approximation" type="DateApproximationEnumerationType"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="searchableDate" minOccurs="0">
      <xs:annotation>
        <xs:appinfo xml:lang="en">A range of dates covering the time period of the approximable date. A search engine should be able to return DDMS records for queries in which the searched time period intersects this date range.</xs:appinfo>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence minOccurs="0">
          <xs:element name="start" type="CombinedDateType" minOccurs="0"/>
          <xs:element name="end" type="CombinedDateType" minOccurs="0"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:all>
</xs:complexType>
Schema location DDMS-Globals.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 ApproximableDateType / approximableDate / @approximation
Namespace urn:us:mil:ces:metadata:ddms:5
Type DateApproximationEnumerationType
Properties
content simple
Facets
enumeration 1st qtr
enumeration 2nd qtr
enumeration 3rd qtr
enumeration 4th qtr
enumeration circa
enumeration early
enumeration mid
enumeration late
Used by
Source
<xs:attribute name="approximation" type="DateApproximationEnumerationType"/>
Schema location DDMS-Globals.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