Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element irm:TaskingInfoType / irm:requesterInfo
Namespace urn:us:gov:ic:irm
Annotations
?

Information about the requestor.

Diagram
Diagram IC-IRM_xsd_Attribute_Group_irm_SecurityAttributesGroup.tmp#urn_us_gov_ic_irm_SecurityAttributesGroup IC-IRM_xsd_Element_irm_person.tmp#urn_us_gov_ic_irm_person IC-IRM_xsd_Element_irm_organization.tmp#urn_us_gov_ic_irm_organization
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children irm:organization , irm:person
Instance
<irm:requesterInfo SchemaguideSecurityAttributesGroup="" xmlns:irm="urn:us:gov:ic:irm">
  <irm:person>{1,1}</irm:person>
  <irm:organization irm:acronym="">{1,1}</irm:organization>
</irm: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
<xsd:element name="requesterInfo" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>&#x2028;
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">Information about the requestor.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice>
      <xsd:element ref="irm:person"/>
      <xsd:element ref="irm:organization"/>
    </xsd:choice>
    <xsd:attributeGroup ref="irm:SecurityAttributesGroup"/>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.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 irm:TaskingInfoType / irm:addressee
Namespace urn:us:gov:ic:irm
Annotations
?

Information about the addressee.

Diagram
Diagram IC-IRM_xsd_Attribute_Group_irm_SecurityAttributesGroup.tmp#urn_us_gov_ic_irm_SecurityAttributesGroup IC-IRM_xsd_Element_irm_person.tmp#urn_us_gov_ic_irm_person IC-IRM_xsd_Element_irm_organization.tmp#urn_us_gov_ic_irm_organization
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children irm:organization , irm:person
Instance
<irm:addressee SchemaguideSecurityAttributesGroup="" xmlns:irm="urn:us:gov:ic:irm">
  <irm:person>{1,1}</irm:person>
  <irm:organization irm:acronym="">{1,1}</irm:organization>
</irm: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
<xsd:element name="addressee" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>&#x2028;
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">Information about the addressee.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice>
      <xsd:element ref="irm:person"/>
      <xsd:element ref="irm:organization"/>
    </xsd:choice>
    <xsd:attributeGroup ref="irm:SecurityAttributesGroup"/>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.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 irm:TaskingInfoType / irm:taskID
Namespace urn:us:gov:ic:irm
Annotations
?

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.

Diagram
Diagram IC-IRM_xsd_Simple_Type_irm_simpleTokenType.tmp#simpleTokenType IC-IRM_xsd_Complex_Type_irm_TaskingInfoType.tmp#TaskingInfoType_TaskingInfoType_taskID_taskingSystem IC-IRM_xsd_Attribute_Group_irm_SimpleLinkAttributesGroup.tmp#urn_us_gov_ic_irm_SimpleLinkAttributesGroup
Type extension of irm:simpleTokenType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
DESVersion restriction of xsd:string optional

The version of the DES.

irm:taskingSystem irm:simpleTokenType optional

The tasking system that provided the task id.

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.

Source
<xsd:element name="taskID">
  <xsd:annotation>
    <xsd:documentation>&#x2028;
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">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.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="irm:simpleTokenType">
        <xsd:attribute name="taskingSystem" type="irm:simpleTokenType" use="optional">
          <xsd:annotation>
            <xsd:documentation>
              <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The tasking system that provided the task id.</p>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attributeGroup ref="irm:SimpleLinkAttributesGroup"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.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 irm:TaskingInfoType
Namespace urn:us:gov:ic:irm
Annotations
?

Information about who requested resource be produced.

Diagram
Diagram IC-IRM_xsd_Attribute_Group_irm_SecurityAttributesGroup.tmp#urn_us_gov_ic_irm_SecurityAttributesGroup IC-IRM_xsd_Complex_Type_irm_TaskingInfoType.tmp#TaskingInfoType_requesterInfo IC-IRM_xsd_Complex_Type_irm_TaskingInfoType.tmp#TaskingInfoType_addressee IC-IRM_xsd_Element_irm_description.tmp#urn_us_gov_ic_irm_description IC-IRM_xsd_Complex_Type_irm_TaskingInfoType.tmp#TaskingInfoType_taskID
Used by
Model
Children irm:addressee , irm:description , irm:requesterInfo , irm: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
<xsd:complexType name="TaskingInfoType">
  <xsd:annotation>
    <xsd:documentation>&#x2028;
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">Information about who requested resource be produced.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="requesterInfo" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>&#x2028;
          <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">Information about the requestor.</p>
        </xsd:documentation>
      </xsd:annotation>
      <xsd:complexType>
        <xsd:choice>
          <xsd:element ref="irm:person"/>
          <xsd:element ref="irm:organization"/>
        </xsd:choice>
        <xsd:attributeGroup ref="irm:SecurityAttributesGroup"/>
      </xsd:complexType>
    </xsd:element>
    <xsd:element name="addressee" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>&#x2028;
          <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">Information about the addressee.</p>
        </xsd:documentation>
      </xsd:annotation>
      <xsd:complexType>
        <xsd:choice>
          <xsd:element ref="irm:person"/>
          <xsd:element ref="irm:organization"/>
        </xsd:choice>
        <xsd:attributeGroup ref="irm:SecurityAttributesGroup"/>
      </xsd:complexType>
    </xsd:element>
    <xsd:element ref="irm:description" minOccurs="0"/>
    <xsd:element name="taskID">
      <xsd:annotation>
        <xsd:documentation>&#x2028;
          <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">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.</p>
        </xsd:documentation>
      </xsd:annotation>
      <xsd:complexType>
        <xsd:simpleContent>
          <xsd:extension base="irm:simpleTokenType">
            <xsd:attribute name="taskingSystem" type="irm:simpleTokenType" use="optional">
              <xsd:annotation>
                <xsd:documentation>
                  <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The tasking system that provided the task id.</p>
                </xsd:documentation>
              </xsd:annotation>
            </xsd:attribute>
            <xsd:attributeGroup ref="irm:SimpleLinkAttributesGroup"/>
          </xsd:extension>
        </xsd:simpleContent>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
  <xsd:attributeGroup ref="irm:SecurityAttributesGroup"/>
</xsd:complexType>
Schema location IC-IRM.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 irm:TaskingInfoType / irm:taskID / @irm:taskingSystem
Namespace urn:us:gov:ic:irm
Annotations

The tasking system that provided the task id.

Type irm:simpleTokenType
Properties
use optional
Facets
minLength 1
Used by
Source
<xsd:attribute name="taskingSystem" type="irm:simpleTokenType" use="optional">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The tasking system that provided the task id.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location IC-IRM.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