<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>
|