Definition Type: ComplexType
Name: FormattedTextType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Collection of formatted text sub sections.
Collapse XSD Schema Diagram:
Drilldown into SubSection in schema ota_commontypes_xsd Drilldown into Language in schema ota_commontypes_xsd1 Drilldown into Title in schema ota_commontypes_xsd1XSD Diagram of FormattedTextType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="FormattedTextType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Collection of formatted text sub sections.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="SubSection" type="FormattedTextSubSectionType" maxOccurs="99">
            <xs:annotation>
                <xs:documentation xml:lang="en">Subsection formatted text information.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attribute name="Title" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">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.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Language" type="xs:language" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The language in which the content is provided.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubSection SubSection (1) 99
Collapse Child Attributes:
Name Type Default Value Use
Title Title Optional
Language Language Optional
Collapse Derivation Tree:
  • FormattedTextType
    • Unresolved link to addldriverinfo
    • Unresolved link to ageinfo1
    • Unresolved link to shuttleinfo
    • Unresolved link to info6
    • Unresolved link to info7
    • Unresolved link to info10
    • Unresolved link to info12
    • Unresolved link to info13
    • Unresolved link to info15
    • Unresolved link to info17
    • Unresolved link to info20
    • Unresolved link to vehiclelocationinformationtype1
    • Unresolved link to coverageinfo1
    • Unresolved link to info21
    • Unresolved link to text18
    • Unresolved link to vehicleinfo1
    • Unresolved link to vendormessage3
Collapse References:
Unresolved link to addldriverinfo, Unresolved link to ageinfo1, Unresolved link to coverageinfo1, Unresolved link to info10, Unresolved link to info12, Unresolved link to info13, Unresolved link to info15, Unresolved link to info17, Unresolved link to info20, Unresolved link to info21, Info, Unresolved link to info6, Unresolved link to info7, Unresolved link to shuttleinfo, Unresolved link to text18, Unresolved link to vehicleinfo1, Unresolved link to vehiclelocationinformationtype1, Unresolved link to vendormessage3VendorMessageType,