Definition Type: ComplexType
Name: BasicBibliographicRecordType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PublicationHistory.xsd
Abstract
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of BasicBibliographicRecordType in schema publicationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="BasicBibliographicRecordType">
    <xsd:sequence>
        <xsd:element name="Title" type="xsd:string" />
        <xsd:element name="Name" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:complexContent>
                    <xsd:extension base="PersonNameType">
                        <xsd:attribute name="role" type="ExtendedRoleType" use="required" />
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="PublicationDate" type="FlexibleDatesType" minOccurs="0" />
        <xsd:element name="Link" type="InternetWebAddressType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Abstract" type="xsd:string" minOccurs="0" />
        <xsd:element name="Copyright" type="CopyrightType" minOccurs="0" />
        <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
</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)
Collapse Derivation Tree:
Collapse References:
hr:ArticleType, hr:BookType, hr:ConferencePaperType, hr:OtherPublicationType