<xs:complexType name="textClassType" mixed="false">
<xs:annotation>
<xs:documentation xml:lang="en">Groups information which describes the nature or topic of a text in terms of a standard classification scheme, thesaurus, etc.</xs:documentation>
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="xces:class.declarable">
<xs:sequence>
<!-- 0.4 changed maxOccurs to unbounded -->
<xs:element name="catRef" type="xces:catRefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="keywords" type="xces:h.keywordsType" minOccurs="0"/>
<xs:element name="domain" type="xces:class.string" minOccurs="0"/>
<xs:element name="subdomain" type="xces:class.string" minOccurs="0"/>
<!-- 0.4 changed maxOccurs to unbounded for the PLOS headers which have multiple subjects. -->
<xs:element name="subject" type="xces:class.string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="audience" type="xces:class.string" minOccurs="0"/>
<xs:element name="medium" type="xces:class.string" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |