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