<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>
|