Definition Type: ComplexType
Name: PublicationHistoryType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PublicationHistory.xsd
Abstract
Documentation:
This is used in the context of a resume or CV to list articles, books, or other publications authored or co-authored by an individual.
Collapse XSD Schema Diagram:
Drilldown into OtherPublication in schema publicationhistory_xsd Drilldown into ConferencePaper in schema publicationhistory_xsd Drilldown into Book in schema publicationhistory_xsd Drilldown into Article in schema publicationhistory_xsd Drilldown into FormattedPublicationDescription in schema publicationhistory_xsdXSD Diagram of PublicationHistoryType in schema publicationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PublicationHistoryType">
    <xsd:annotation>
        <xsd:documentation>This is used in the context of a resume or CV to list articles, books, or other publications authored or co-authored by an individual. </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="FormattedPublicationDescription" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="type" type="PublicationTypes" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="Article" type="ArticleType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Book" type="BookType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ConferencePaper" type="ConferencePaperType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contains details about papers or presentations prepared for delivery at a conference.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="OtherPublication" type="OtherPublicationType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FormattedPublicationDescription hr:FormattedPublicationDescription 0 unbounded
Article hr:Article 0 unbounded
Book hr:Book 0 unbounded
ConferencePaper hr:ConferencePaper 0 unbounded
OtherPublication hr:OtherPublication 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:PublicationHistory