Definition Type: ComplexType
Name: PersonProductRef
Namespace: http://www.opentravel.org/OTM/order/v3
Containing Schema: Order_3_0_0.xsd
Abstract
Documentation:
Provides a reference between a person and a product. Provides a reference between a person and a product.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into PersonIdentifier in schema common_4_0_0_xsd Drilldown into JourneyQueryProduct in schema product_4_0_0_xsdXSD Diagram of PersonProductRef in schema order_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="PersonProductRef">
    <xsd:annotation>
        <xsd:documentation source="Description">Provides a reference between a person and a product.</xsd:documentation>
        <xsd:documentation source="Description">Provides a reference between a person and a product.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PersonProductRef</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="prod-0400:JourneyQueryProduct">
            <xsd:annotation>
                <xsd:documentation source="Description">A product reference.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2-0400:PersonIdentifier">
            <xsd:annotation>
                <xsd:documentation source="Description">A person reference.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
JourneyQueryProduct prod-0400:JourneyQueryProduct 0 (1)
PersonIdentifier ota2-0400:PersonIdentifier 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Derivation Tree:
Collapse References:
order-0300:PersonProductRef