<xs:complexType name="titleStmtType">
<xs:annotation>
<xs:documentation xml:lang="en">Groups information concerning the title of the corpus or the individual text and its constituent texts.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="xces:class.global">
<xs:sequence>
<!-- 0.4 Added a groups to handle tile, h.title elements and respStmt blocks/linkes. -->
<xs:group ref="xces:title.group"/>
<xs:group ref="xces:m.respGroup"/>
<!-- 0.4 Added author. This is consistent with the TEI, but inconsistent with the CES -->
<xs:group ref="xces:author.group"/>
<!-- <xs:element name="title" type="xces:class.string"/> -->
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |