Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element 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-ISM_xsd_Simple_Type_ShortStringType.tmp#ShortStringType IC-IRM_xsd_Element_irm_TaskID.tmp#TaskID_taskingSystem IC-Common_xsd_Attribute_Group_SimpleLinkAttributesGroup.tmp#SimpleLinkAttributesGroup
Type extension of ShortStringType
Type hierarchy
Properties
content: complex
Used by
Element irm:TaskingInfo
Attributes
QName Type Fixed Default Use Annotation
irm:taskingSystem ShortStringType optional
Identifier used in identifying an automated system for originating tasks, and the simple link attributes for providing a hyperlink to the system.
network NetworkNameVocabularyType optional
An Intelligence Community Internet-Protocol-based computer network. Use this attribute to make explicit the network where the media object addressed by the "xlink:href" URI resides. Specify "other" if none of the primary choices applies, and use attribute "otherNetwork" to provide an alternative value.
otherNetwork ShortStringType optional
A name of a computer network other than one of the names contained in the controlled vocabulary for attribute "network". This attribute is optional. However, it must be used when the value of attribute "network" is "other".
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
Identifies the type of Extensible Linking Language (XLink) element the current element is functioning as. The value of this attribute is constrained to certain value(s) by the schema. XLink elements can serve several functions. The function is indicated by the value of the attribute xlink:type. The value of xlink:type can be simple, extended, locator, arc, or resource. In addition to xlink:type, the XLink specification defines several other attributes which are used in various combinations to fulfill the various functions. These attributes are: xlink:href, xlink:arcrole, xlink:role, xlink:show, xlink:actuate, xlink:title, xlink:label, xlink:from, and xlink:to.
Source
<xsd:element name="TaskID">
  <xsd:annotation>
    <xsd:documentation 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.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="ism:ShortStringType">
        <xsd:attribute name="taskingSystem" type="ism:ShortStringType" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">Identifier used in identifying an automated system for originating tasks, and the simple link attributes for providing a hyperlink to the system.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attributeGroup ref="common:SimpleLinkAttributesGroup"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.xsd
Attribute irm:TaskID / @irm:taskingSystem
Namespace urn:us:gov:ic:irm
Annotations
Identifier used in identifying an automated system for originating tasks, and the simple link attributes for providing a hyperlink to the system.
Type ShortStringType
Properties
use: optional
Facets
maxLength 256
Used by
Element irm:TaskID
Source
<xsd:attribute name="taskingSystem" type="ism:ShortStringType" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Identifier used in identifying an automated system for originating tasks, and the simple link attributes for providing a hyperlink to the system.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location IC-IRM.xsd