Showing:

Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element TaskingInfoType / requesterInfo
Namespace urn:us:mil:ces:metadata:ddms:5
Diagram
Diagram DDMS-Includes_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup DDMS-Globals_xsd_Element_person.tmp#person DDMS-Globals_xsd_Element_organization.tmp#urn_us_mil_ces_metadata_ddms_5_organization
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children organization , person
Instance
<requesterInfo SchemaguideSecurityAttributesGroup="" xmlns="urn:us:mil:ces:metadata:ddms:5">
  <person>{1,1}</person>
  <organization acronym="">{1,1}</organization>
</requesterInfo>
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="requesterInfo" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="person"/>
      <xs:element ref="organization"/>
    </xs:choice>
    <xs:attributeGroup ref="SecurityAttributesGroup"/>
  </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 TaskingInfoType / addressee
Namespace urn:us:mil:ces:metadata:ddms:5
Diagram
Diagram DDMS-Includes_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup DDMS-Globals_xsd_Element_person.tmp#person DDMS-Globals_xsd_Element_organization.tmp#urn_us_mil_ces_metadata_ddms_5_organization
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children organization , person
Instance
<addressee SchemaguideSecurityAttributesGroup="" xmlns="urn:us:mil:ces:metadata:ddms:5">
  <person>{1,1}</person>
  <organization acronym="">{1,1}</organization>
</addressee>
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="addressee" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="person"/>
      <xs:element ref="organization"/>
    </xs:choice>
    <xs:attributeGroup ref="SecurityAttributesGroup"/>
  </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 TaskingInfoType / taskID
Namespace urn:us:mil:ces:metadata:ddms:5
Diagram
Diagram DDMS-Includes_xsd_Simple_Type_simpleTokenType.tmp#simpleTokenType DDMS-Globals_xsd_Complex_Type_TaskingInfoType.tmp#TaskingInfoType_TaskingInfoType_taskID_taskingSystem DDMS-Includes_xsd_Attribute_Group_SimpleLinkAttributesGroup.tmp#SimpleLinkAttributesGroup
Type extension of simpleTokenType
Type hierarchy
Properties
content complex
Attributes
QName Type Fixed Use Annotation
DESVersion restriction of xsd:string optional

The version of the DES.

network CVEnumVIRTNetworkName optional

An Internet-Protocol-based computer network. Use this attribute to make explicit the network where the address resides. Specify "other:name" if none of the primary choices apply.

taskingSystem simpleTokenType optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<xs:element name="taskID">
  <xs:annotation>
    <xs:appinfo xml:lang="en">A tracking identification number associated with the tasking that resulted in development of this resource. The format of element "TaskID" content is agency-specific, and is not prescribed by this documentation.</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="simpleTokenType">
        <xs:attribute name="taskingSystem" type="simpleTokenType" use="optional"/>
        <xs:attributeGroup ref="SimpleLinkAttributesGroup"/>
      </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.
Complex Type TaskingInfoType
Namespace urn:us:mil:ces:metadata:ddms:5
Diagram
Diagram DDMS-Includes_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup DDMS-Globals_xsd_Complex_Type_TaskingInfoType.tmp#TaskingInfoType_requesterInfo DDMS-Globals_xsd_Complex_Type_TaskingInfoType.tmp#TaskingInfoType_addressee DDMS-Globals_xsd_Element_description.tmp#description DDMS-Globals_xsd_Complex_Type_TaskingInfoType.tmp#TaskingInfoType_taskID
Used by
Model
Children addressee , description , requesterInfo , taskID
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:complexType name="TaskingInfoType">
  <xs:sequence>
    <xs:element name="requesterInfo" minOccurs="0" maxOccurs="unbounded">
      <xs:complexType>
        <xs:choice>
          <xs:element ref="person"/>
          <xs:element ref="organization"/>
        </xs:choice>
        <xs:attributeGroup ref="SecurityAttributesGroup"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="addressee" minOccurs="0" maxOccurs="unbounded">
      <xs:complexType>
        <xs:choice>
          <xs:element ref="person"/>
          <xs:element ref="organization"/>
        </xs:choice>
        <xs:attributeGroup ref="SecurityAttributesGroup"/>
      </xs:complexType>
    </xs:element>
    <xs:element ref="description" minOccurs="0"/>
    <xs:element name="taskID">
      <xs:annotation>
        <xs:appinfo xml:lang="en">A tracking identification number associated with the tasking that resulted in development of this resource. The format of element "TaskID" content is agency-specific, and is not prescribed by this documentation.</xs:appinfo>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="simpleTokenType">
            <xs:attribute name="taskingSystem" type="simpleTokenType" use="optional"/>
            <xs:attributeGroup ref="SimpleLinkAttributesGroup"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="SecurityAttributesGroup"/>
</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 TaskingInfoType / taskID / @taskingSystem
Namespace urn:us:mil:ces:metadata:ddms:5
Type simpleTokenType
Properties
use optional
Facets
minLength 1
Used by
Source
<xs:attribute name="taskingSystem" type="simpleTokenType" use="optional"/>
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