<xs:complexType name="biblFullType">
<xs:annotation>
<xs:documentation xml:lang="en">Contains a bibliographic citation for a text which has been previously encoded in electronic form. This element contains the same elements as the <fileDesc> element, and is intended to include the header of the electronic text from which the current document is derived.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="xces:class.global">
<xs:sequence>
<xs:element name="titleStmt" type="xces:titleStmtType"/>
<xs:element name="editionStmt" type="xces:editionStmtString" minOccurs="0"/>
<xs:element name="extent" type="xces:extentType" minOccurs="0"/>
<xs:element ref="xces:publicationStmtAbstract"/>
<xs:element name="sourceDesc" type="xces:sourceDescType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |