Definition Type: ComplexType
Name: MeetAndGreet
Namespace: http://www.opentravel.org/OTM/product/Ground/v2
Type: ota2:Empty
Containing Schema: Ground_2_0_0.xsd
Abstract
Documentation:
Details of a meet and greet service.
Collapse XSD Schema Diagram:
Drilldown into complimentaryInd in schema ground_2_0_0_xsd Drilldown into greetingSignName in schema ground_2_0_0_xsdXSD Diagram of MeetAndGreet in schema ground_2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="MeetAndGreet">
    <xsd:annotation>
        <xsd:documentation source="Description">Details of a meet and greet service.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">MeetAndGreet</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="ota2:Empty">
            <xsd:attribute name="greetingSignName" type="ota2-0400:StringShort" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The name to be on the greeting sign.</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">John Smith</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="complimentaryInd" type="xsd:boolean" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">When true, this service is complimentary.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
greetingSignName pgt-0200:greetingSignName Optional
complimentaryInd pgt-0200:complimentaryInd Optional
Collapse Derivation Tree:
Collapse References:
pgt-0200:MeetAndGreet