<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 &quot;Driving from the North&quot;. A second subsection may be titled &quot;Driving from the South&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>
|