Definition Type: ComplexType
Name: OTA2_Envelope
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
Abstract
Documentation:
All messages contain service and header elements followed by RQ/RS elements. the RQ/RS elements must be a member of the OTA2_Payload substitution group.
Collapse XSD Schema Diagram:
Drilldown into OTA2_Payload in schema ota2_message_v2_0_0_xsd Drilldown into MessageHeader in schema ota2_message_v2_0_0_xsd Drilldown into Service in schema ota2_message_v2_0_0_xsdXSD Diagram of OTA2_Envelope in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="OTA2_Envelope">
    <xsd:annotation>
        <xsd:documentation>All messages contain service and header elements followed by RQ/RS elements.
				the RQ/RS elements
				must be a member of the OTA2_Payload substitution group.  
		</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="1" name="Service" type="ServiceIdentifier" />
        <xsd:element ref="MessageHeader" minOccurs="1" />
        <xsd:element ref="OTA2_Payload" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Service ota2msg:Service 1 (1)
MessageHeader ota2msg:MessageHeader 1 (1)
OTA2_Payload ota2msg:OTA2_Payload (1) (1)
Collapse Derivation Tree:
Collapse References:
ota2msg:OTA2_Envelope