Definition Type: ComplexType
Name: ArticleType
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:BasicBibliographicRecordType
Containing Schema: PublicationHistory.xsd
Abstract
Documentation:
Contains bibliographic information for an article published in a journal or serial.
Collapse XSD Schema Diagram:
Drilldown into PublicationLanguage in schema publicationhistory_xsd Drilldown into PageNumber in schema publicationhistory_xsd Drilldown into Issue in schema publicationhistory_xsd Drilldown into Volume in schema publicationhistory_xsd Drilldown into ISSN in schema publicationhistory_xsd Drilldown into JournalOrSerialName 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 ArticleType in schema publicationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ArticleType">
    <xsd:annotation>
        <xsd:documentation>Contains bibliographic information for an article published in a journal or serial.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="BasicBibliographicRecordType">
            <xsd:sequence>
                <xsd:element name="JournalOrSerialName" type="xsd:string" minOccurs="0" />
                <xsd:element name="ISSN" type="issnType" minOccurs="0" />
                <xsd:element name="Volume" type="xsd:string" minOccurs="0" />
                <xsd:element name="Issue" type="xsd:string" minOccurs="0" />
                <xsd:element name="PageNumber" type="xsd:string" minOccurs="0" />
                <xsd:element name="PublicationLanguage" type="LanguageCodeType" 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)
JournalOrSerialName hr:JournalOrSerialName 0 (1)
ISSN hr:ISSN 0 (1)
Volume hr:Volume 0 (1)
Issue hr:Issue 0 (1)
PageNumber hr:PageNumber 0 (1)
PublicationLanguage hr:PublicationLanguage 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:Article