Definition Type: ComplexType
Name: FormattedTextSubSectionType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Used to provide subsection formatted text information.
Collapse XSD Schema Diagram:
Drilldown into Paragraph in schema ota_commontypes_xsd Drilldown into SubSectionNumber in schema ota_commontypes_xsd1 Drilldown into SubCode in schema ota_commontypes_xsd1 Drilldown into SubTitle in schema ota_commontypes_xsd1XSD Diagram of FormattedTextSubSectionType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="FormattedTextSubSectionType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to provide subsection formatted text information.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Paragraph" type="ParagraphType" maxOccurs="99">
            <xs:annotation>
                <xs:documentation xml:lang="en">Details and content of a paragraph for a formatted text message.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attribute name="SubTitle" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">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 "Driving from the North".  A second subsection may be titled "Driving from the South", and may contain several paragraphs to describe the driving directions when driving from the south. </xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SubCode" type="StringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">An optional code that may be assigned to this sub-section of formatted free text.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SubSectionNumber" type="Numeric1to999" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">This attribute may be used when there is a need to number all of the sub-sections of information that is to be presented.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Paragraph Paragraph (1) 99
Collapse Child Attributes:
Name Type Default Value Use
SubTitle SubTitle Optional
SubCode SubCode Optional
SubSectionNumber SubSectionNumber Optional
Collapse Derivation Tree:
Collapse References:
SubSection