Definition Type: ComplexType
Name: FormattedText
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
Warning: To be redesigned in the next release. Collection of formatted text sub sections. Warning: To be redesigned in the next release. Collection of formatted text sub sections.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into FormattedTextSubSection in schema common_4_0_0_xsd Drilldown into language in schema common_4_0_0_xsd Drilldown into title in schema common_4_0_0_xsdXSD Diagram of FormattedText in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="FormattedText">
    <xsd:annotation>
        <xsd:documentation source="Description">Warning:  To be redesigned in the next release. Collection of formatted text sub sections.</xsd:documentation>
        <xsd:documentation source="Description">Warning:  To be redesigned in the next release. Collection of formatted text sub sections.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">FormattedText</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="99" minOccurs="1" ref="ota2-0400:FormattedTextSubSection">
            <xsd:annotation>
                <xsd:documentation source="Description">Subsection formatted text information.</xsd:documentation>
                <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}FormattedTextSubSectionType</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
    <xsd:attribute name="title" type="ota2-0400:StringShort" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">This attribute may be used to provide a title for the formatted free text, for example, Driving Directions. Each of the sub sections that are defined to be a part of the formatted text would provide detailed information about the subject identified by the title.</xsd:documentation>
            <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength1to64</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="language" type="xsd:language" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">The language in which the content is provided.</xsd:documentation>
            <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}language</xsd:documentation>
            <xsd:appinfo>
                <otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">en</otm:Example>
            </xsd:appinfo>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FormattedTextSubSection ota2-0400:FormattedTextSubSection 1 99
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
title ota2-0400:title Optional
language ota2-0400:language Optional
Collapse Derivation Tree:
Collapse References:
ota2-0400:FormattedText