Definition Type: ComplexType
Name: OTA2_Payload
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
Abstract
Documentation:
Payload base type for declaring message elements. All messages elements must extend this type AND must end with a Extension element.
Collapse XSD Schema Diagram:
Drilldown into Transaction in schema ota2_message_v2_0_0_xsd Drilldown into TargetSystem in schema ota2_message_v2_0_0_xsd Drilldown into Encryption in schema ota2_message_v2_0_0_xsd Drilldown into DataPolicy in schema ota2_message_v2_0_0_xsd Drilldown into encryptionInd in schema ota2_message_v2_0_0_xsd Drilldown into dataPolicyInd in schema ota2_message_v2_0_0_xsd Drilldown into version in schema ota2_message_v2_0_0_xsd Drilldown into timeStamp in schema ota2_message_v2_0_0_xsdXSD Diagram of OTA2_Payload in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="OTA2_Payload">
    <xsd:annotation>
        <xsd:documentation>Payload base type for declaring message elements. All messages
				elements must extend this type AND must end with a Extension element.
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="DataPolicy" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Details about data policy(s) that apply to all or a portion of this message.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="Encryption" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Details about encrypted information within this message.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="TargetSystem" type="TargetSystem" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>The target (or receiving) processing system.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Transaction" type="Transaction" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Transactional processing information.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="timeStamp" type="xsd:dateTime" use="required">
        <xsd:annotation>
            <xsd:documentation>A timestamp for when the message was created.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="version" type="xsd:decimal" use="required">
        <xsd:annotation>
            <xsd:documentation>The OpenTravel message version indicated by a decimal value.
				</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="dataPolicyInd" type="xsd:boolean" use="optional">
        <xsd:annotation>
            <xsd:documentation>If true, data policy information has been specified and is contained
				in the DataPolicy element.
				</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="encryptionInd" type="xsd:boolean" use="optional">
        <xsd:annotation>
            <xsd:documentation>If true, all or portions of this message are encrypted and the Encryption
				element should be parsed.
				</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DataPolicy ota2msg:DataPolicy 0 unbounded
Encryption ota2msg:Encryption 0 unbounded
TargetSystem ota2msg:TargetSystem 0 1
Transaction ota2msg:Transaction 0 1
Collapse Child Attributes:
Name Type Default Value Use
timeStamp ota2msg:timeStamp Required
version ota2msg:version Required
dataPolicyInd ota2msg:dataPolicyInd Optional
encryptionInd ota2msg:encryptionInd Optional
Collapse Derivation Tree:
Collapse References:
ota2msg:OTA2_Notif_Payload, ota2msg:OTA2_Payloadota2msg:OTA2_Request_Payload, ota2msg:OTA2_Response_Payload,