Definition Type: Attribute
Name: TextFormat
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
Indicates the format of text used in the description e.g. unformatted or html.
Collapse XSD Schema Diagram:
XSD Diagram of TextFormat in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="TextFormat" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates the format of text used in the description e.g. unformatted  or html.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="PlainText">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Textual data that is in ASCII format.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="HTML">
                <xs:annotation>
                    <xs:documentation xml:lang="en">HTML formatted text.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration PlainText
Enumeration HTML