<xsd:complexType name="BibliographyType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">ACC</ccts:CategoryCode>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">The systematic description and history of books, their authorship, printing, publication, editions, etc.</ccts:DefinitionText>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="PublicationTitle" minOccurs="0" />
<xsd:element ref="PublicationDate" minOccurs="0" />
<xsd:element ref="PublicationContributor" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Abstract" minOccurs="0" />
<xsd:element ref="Copyright" minOccurs="0" />
<xsd:element ref="AttachmentReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|