<xs:complexType name="profileDescType">
<xs:annotation>
<xs:documentation xml:lang="en">Provides further information about various aspects of a text, specifically the language used, the situation and date of its production, the participants and their setting, and a descriptive classification for it.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="xces:class.global">
<xs:sequence>
<xs:element name="creation" type="xces:creationString" minOccurs="0"/>
<xs:element name="langUsage" type="xces:langUsageType" minOccurs="0"/>
<xs:element name="wsdUsage" type="xces:wsdUsageType" minOccurs="0"/>
<xs:element name="textClass" type="xces:textClassType" minOccurs="0"/>
<xs:element name="translations" type="xces:translationsType" minOccurs="0">
<xs:unique name="UniqueTranslations">
<xs:selector xpath="xces:translation"/>
<xs:field xpath="@n"/>
</xs:unique>
</xs:element>
<xs:element name="particDesc" type="xces:particDescType" minOccurs="0"/>
<xs:element name="settingDesc" type="xces:settingDescType" minOccurs="0"/>
<!-- 0.4 Moved from the cesHeader element. -->
<xs:element name="annotations" type="xces:annotationsType" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |