Definition Type: Element
Name: TicketBox
Namespace: http://www.opentravel.org/OTA/2003/05
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirBaggageRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A baggage allowance descriptor. Example: PC = per piece, 2PC = 2 pieces, nn = per weight (nn is the weight limit). A blank string is also allowed in this element.
Collapse XSD Schema Diagram:
Drilldown into Concept in schema ota_airbaggagers_xsdXSD Diagram of TicketBox in schema ota_airbaggagers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="TicketBox" minOccurs="0">
    <xs:annotation>
        <xs:documentation source="Description" xml:lang="en">A baggage allowance descriptor.</xs:documentation>
        <xs:documentation source="Developer" xml:lang="en">Example: PC = per piece, 2PC = 2 pieces, nn = per weight (nn is the weight limit). A blank string is also allowed in this element.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="Concept" use="optional">
                    <xs:annotation>
                        <xs:documentation source="Description" xml:lang="en">The value type.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="Piece" />
                            <xs:enumeration value="Weight" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Concept nsA:Concept Optional