Definition Type: ComplexType
Name: BookType
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:BasicBibliographicRecordType
Containing Schema: PublicationHistory.xsd
Abstract
Documentation:
Contain bibliographic information for a book or monograph.
Collapse XSD Schema Diagram:
Drilldown into PublisherLocation in schema publicationhistory_xsd Drilldown into PublisherName in schema publicationhistory_xsd Drilldown into NumberOfPages in schema publicationhistory_xsd Drilldown into ISBN in schema publicationhistory_xsd Drilldown into ISSN in schema publicationhistory_xsd Drilldown into Chapter in schema publicationhistory_xsd Drilldown into Edition in schema publicationhistory_xsd Drilldown into Comments in schema publicationhistory_xsd Drilldown into Copyright in schema publicationhistory_xsd Drilldown into Abstract in schema publicationhistory_xsd Drilldown into Link in schema publicationhistory_xsd Drilldown into PublicationDate in schema publicationhistory_xsd Drilldown into Name in schema publicationhistory_xsd Drilldown into Title in schema publicationhistory_xsd Drilldown into BasicBibliographicRecordType in schema publicationhistory_xsdXSD Diagram of BookType in schema publicationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="BookType">
    <xsd:annotation>
        <xsd:documentation>Contain bibliographic information for a book or monograph.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="BasicBibliographicRecordType">
            <xsd:sequence>
                <xsd:element name="Edition" type="xsd:string" minOccurs="0" />
                <xsd:element name="Chapter" type="xsd:string" minOccurs="0" />
                <xsd:element name="ISSN" type="issnType" minOccurs="0" />
                <xsd:element name="ISBN" type="isbnType" minOccurs="0" />
                <xsd:element name="NumberOfPages" type="xsd:positiveInteger" minOccurs="0" />
                <xsd:element name="PublisherName" type="xsd:string" minOccurs="0" />
                <xsd:element name="PublisherLocation" type="xsd:string" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Title hr:Title (1) (1)
Name hr:Name 0 unbounded
PublicationDate hr:PublicationDate 0 (1)
Link hr:Link 0 unbounded
Abstract hr:Abstract 0 (1)
Copyright hr:Copyright 0 (1)
Comments hr:Comments 0 (1)
Edition hr:Edition 0 (1)
Chapter hr:Chapter 0 (1)
ISSN hr:ISSN 0 (1)
ISBN hr:ISBN 0 (1)
NumberOfPages hr:NumberOfPages 0 (1)
PublisherName hr:PublisherName 0 (1)
PublisherLocation hr:PublisherLocation 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:Book