<xs:complexType name="TextItemsType">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of text items. </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="TextItem" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Text description of a given category.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="TextDescriptionType">
<xs:attributeGroup ref="DateTimeStampGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Creation and modification information for this text item.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="RemovalGroup">
<xs:annotation>
<xs:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="Version" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The version of the text item.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
|