<xs:complexType name="TextDescriptionType">
<xs:annotation>
<xs:documentation xml:lang="en">Describes a text item.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="URL" type="xs:anyURI" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The URL for a specific text item.. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">The text in a specific language. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="FormattedTextTextType">
<xs:attribute name="ListItem" type="xs:integer" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Sequence number associated with this description.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:attribute name="Category" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the text category. Refer to OTA code list Picture Category Code (PIC). </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="MultimediaDescriptionGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Generic information about the text multimedia item.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="Language" type="xs:language" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The language of the text item.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|