Definition Type: ComplexType
Name: FormattedTextSubSection
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
Used to provide subsection formatted text information. Used to provide subsection formatted text information.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into TextParagraph in schema common_4_0_0_xsd Drilldown into subSectionNumber in schema common_4_0_0_xsd Drilldown into subCode in schema common_4_0_0_xsd Drilldown into subTitle in schema common_4_0_0_xsdXSD Diagram of FormattedTextSubSection in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="FormattedTextSubSection">
    <xsd:annotation>
        <xsd:documentation source="Description">Used to provide subsection formatted text information.</xsd:documentation>
        <xsd:documentation source="Description">Used to provide subsection formatted text information.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">FormattedTextSubSection</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="99" minOccurs="1" ref="ota2-0400:TextParagraph">
            <xsd:annotation>
                <xsd:documentation source="Description">Details and content of a paragraph for a formatted text message.</xsd:documentation>
                <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}ParagraphType</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
    <xsd:attribute name="subTitle" type="ota2-0400:StringShort" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">This attribute may be used to provide a title for a sub-section of the formatted free text. A sub-section may have multiple related paragraphs of information. For example, if used to provide driving directions there may be multiple paragraphs, and these paragraphs may be grouped into a sub-section called &amp;quot;Driving from the North&amp;quot;. A second subsection may be titled &amp;quot;Driving from the South&amp;quot;, and may contain several paragraphs to describe the driving directions when driving from the south.</xsd:documentation>
            <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength1to64</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="subCode" type="ota2-0400:StringTiny" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">An optional code that may be assigned to this sub-section of formatted free text.</xsd:documentation>
            <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength1to8</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="subSectionNumber" type="xsd:positiveInteger" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">This attribute may be used when there is a need to number all of the sub-sections of information that is to be presented.</xsd:documentation>
            <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}Numeric1to999</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TextParagraph ota2-0400:TextParagraph 1 99
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
subTitle ota2-0400:subTitle Optional
subCode ota2-0400:subCode Optional
subSectionNumber ota2-0400:subSectionNumber Optional
Collapse Derivation Tree:
Collapse References:
ota2-0400:FormattedTextSubSection