Definition Type: ComplexType
Name: ServiceIdentifier
Namespace: http://opentravel.org/common/message/v02
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA2_Message_v2.0.0.xsd
Abstract
Documentation:
For all OpenTravel versioned messages, the version of the message is indicated by a decimal value.
Collapse XSD Schema Diagram:
Drilldown into version in schema ota2_message_v2_0_0_xsd Drilldown into operation in schema ota2_message_v2_0_0_xsdXSD Diagram of ServiceIdentifier in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="ServiceIdentifier">
    <xsd:annotation>
        <xsd:documentation>
				For all OpenTravel versioned messages, the version of the message is indicated by a decimal value.
			</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:string">
            <xsd:attribute name="operation" type="xsd:string" />
            <xsd:attribute name="version" type="xsd:decimal" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
operation ota2msg:operation (Optional)
version ota2msg:version (Optional)
Collapse Derivation Tree:
Collapse References:
ota2msg:Service