Definition Type: ComplexType
Name: BibliographyType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ACC The systematic description and history of books, their authorship, printing, publication, editions, etc.
Collapse XSD Schema Diagram:
Drilldown into Comment in schema fields_xsd Drilldown into AttachmentReference in schema components_xsd Drilldown into Copyright in schema components_xsd Drilldown into Abstract in schema fields_xsd Drilldown into PublicationContributor in schema components_xsd Drilldown into PublicationDate in schema fields_xsd Drilldown into PublicationTitle in schema fields_xsdXSD Diagram of BibliographyType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PublicationTitle nsA:PublicationTitle 0 (1)
PublicationDate nsA:PublicationDate 0 (1)
PublicationContributor nsA:PublicationContributor 0 unbounded
Abstract nsA:Abstract 0 (1)
Copyright nsA:Copyright 0 (1)
AttachmentReference nsA:AttachmentReference 0 unbounded
Comment nsA:Comment 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:ArticleType, nsA:BookType, nsA:ConferencePaperType, nsA:OtherPublicationType