Definition Type: Attribute
Name: Concept
Namespace: http://www.opentravel.org/OTA/2003/05
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirBaggageRS.xsd
ContentType Restriction
Use Optional
Documentation:
The value type.
Collapse XSD Schema Diagram:
XSD Diagram of Concept in schema ota_airbaggagers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Piece
Enumeration Weight