Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element icms:ForwardType / icms:DateTime
Namespace urn:us:gov:ic:icms
Annotations

The DateTime element should be set to the date and time the ITS Client releases the forwarded message to ITS.

Diagram
Diagram
Type xsd:dateTime
Properties
content simple
Source
<xsd:element name="DateTime" type="xsd:dateTime">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The DateTime element should be set to the date and time the ITS Client releases the forwarded message to ITS.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location ITS-OM.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 icms:ForwardType / icms:Reason
Namespace urn:us:gov:ic:icms
Annotations

The Reason element is optional and can be set to a text string explaining the reason this message is being forwarded.

Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="Reason" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The Reason element is optional and can be set to a text string explaining the reason this message is being forwarded.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location ITS-OM.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 icms:ForwardType / icms:PreviousForward
Namespace urn:us:gov:ic:icms
Annotations

The PreviousForward element contains the current forward element when a new forward element is created to forward an Icms message which already has a Forward element.

Diagram
Diagram ITS-OM_xsd_Complex_Type_icms_ForwardType.tmp#ForwardType_DateTime ITS-OM_xsd_Element_icms_IcmsMessageId.tmp#IcmsMessageId ITS-OM_xsd_Complex_Type_icms_ForwardType.tmp#ForwardType_Reason ITS-OM_xsd_Element_icms_PrecedenceList.tmp#PrecedenceList ITS-OM_xsd_Element_icms_Originator.tmp#Originator ITS-OM_xsd_Element_icms_RecipientList.tmp#RecipientList ITS-OM_xsd_Complex_Type_icms_ForwardType.tmp#ForwardType_PreviousForward ITS-OM_xsd_Complex_Type_icms_ForwardType.tmp#ForwardType
Type icms:ForwardType
Properties
content complex
minOccurs 0
Model
Children icms:DateTime , icms:IcmsMessageId , icms:Originator , icms:PrecedenceList , icms:PreviousForward , icms:Reason , icms:RecipientList
Instance
<icms:PreviousForward xmlns:icms="urn:us:gov:ic:icms">
  <icms:DateTime>{1,1}</icms:DateTime>
  <icms:IcmsMessageId>{1,1}</icms:IcmsMessageId>
  <icms:Reason>{0,1}</icms:Reason>
  <icms:PrecedenceList>{1,1}</icms:PrecedenceList>
  <icms:Originator>{1,1}</icms:Originator>
  <icms:RecipientList>{1,1}</icms:RecipientList>
  <icms:PreviousForward>{0,1}</icms:PreviousForward>
</icms:PreviousForward>
Source
<xsd:element name="PreviousForward" type="icms:ForwardType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The PreviousForward element contains the current forward element when a new forward element is created to forward an Icms message which already has a Forward element.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location ITS-OM.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 icms:ForwardType
Namespace urn:us:gov:ic:icms
Diagram
Diagram ITS-OM_xsd_Complex_Type_icms_ForwardType.tmp#ForwardType_DateTime ITS-OM_xsd_Element_icms_IcmsMessageId.tmp#IcmsMessageId ITS-OM_xsd_Complex_Type_icms_ForwardType.tmp#ForwardType_Reason ITS-OM_xsd_Element_icms_PrecedenceList.tmp#PrecedenceList ITS-OM_xsd_Element_icms_Originator.tmp#Originator ITS-OM_xsd_Element_icms_RecipientList.tmp#RecipientList ITS-OM_xsd_Complex_Type_icms_ForwardType.tmp#ForwardType_PreviousForward
Used by
Model
Children icms:DateTime , icms:IcmsMessageId , icms:Originator , icms:PrecedenceList , icms:PreviousForward , icms:Reason , icms:RecipientList
Source
<xsd:complexType name="ForwardType">
  <xsd:sequence>
    <xsd:element name="DateTime" type="xsd:dateTime">
      <xsd:annotation>
        <xsd:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The DateTime element should be set to the date and time the ITS Client releases the forwarded message to ITS.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="icms:IcmsMessageId"/>
    <xsd:element name="Reason" type="xsd:string" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The Reason element is optional and can be set to a text string explaining the reason this message is being forwarded.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="icms:PrecedenceList">
      <xsd:annotation>
        <xsd:documentation>The forwarding precedence</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="icms:Originator">
      <xsd:annotation>
        <xsd:documentation>The forwarding originator</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="icms:RecipientList">
      <xsd:annotation>
        <xsd:documentation>The recipients of the forwarded message</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="PreviousForward" type="icms:ForwardType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The PreviousForward element contains the current forward element when a new forward element is created to forward an Icms message which already has a Forward element.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>
Schema location ITS-OM.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