Definition Type: ComplexType
Name: FormattedTextTextType
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Provides text and indicates whether it is formatted or not.
Collapse XSD Schema Diagram:
Drilldown into TextFormat in schema ota_commontypes_xsd1 Drilldown into Language in schema ota_commontypes_xsd1 Drilldown into LanguageGroup in schema ota_commontypes_xsd Drilldown into Formatted in schema ota_commontypes_xsd1XSD Diagram of FormattedTextTextType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="FormattedTextTextType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Provides text and indicates whether it is formatted or not.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="xs:string">
            <xs:attribute name="Formatted" type="xs:boolean" use="optional">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Textual information, which may be formatted as a line of information, or unformatted, as a paragraph of text.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attributeGroup ref="LanguageGroup">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The language in which the text is provided.</xs:documentation>
                </xs:annotation>
            </xs:attributeGroup>
            <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>
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
Formatted Formatted Optional
Language Language Optional
TextFormat TextFormat Optional
Collapse Derivation Tree:
  • FormattedTextTextType
    • Unresolved link to category3
    • Unresolved link to roomratedescription2
    • Unresolved link to category5
    • Unresolved link to coveragedetailstype1
    • Unresolved link to description64
    • Unresolved link to description66
    • Unresolved link to conditionreport
    • Unresolved link to description71
Collapse References:
Unresolved link to category3, Unresolved link to category5, Unresolved link to conditionreport, Unresolved link to coveragedetailstype1, Description, Unresolved link to description64, Unresolved link to description66, Unresolved link to description71Description, ListItem, RateComment, Unresolved link to roomratedescription2, Text,