Definition Type: Element
Name: DescriptiveText
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Descriptive text that describes the transportation.
Collapse XSD Schema Diagram:
XSD Diagram of DescriptiveText in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="DescriptiveText" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Descriptive text that describes the transportation.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:pattern value="[A-Za-z0-9]{1,500}" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Pattern [A-Za-z0-9]{1,500}