Definition Type: ComplexType
Name: ConferencePaperType
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:BasicBibliographicRecordType
Containing Schema: PublicationHistory.xsd
Abstract
Documentation:
A paper or presentation given at a conference or published as part of conference proceedings.
Collapse XSD Schema Diagram:
Drilldown into ConferenceLocation in schema publicationhistory_xsd Drilldown into ConferenceDate in schema publicationhistory_xsd Drilldown into EventName 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 ConferencePaperType in schema publicationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ConferencePaperType">
    <xsd:annotation>
        <xsd:documentation>A paper or presentation given at a conference or published as part of conference proceedings.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="BasicBibliographicRecordType">
            <xsd:sequence>
                <xsd:element name="EventName" type="xsd:string" minOccurs="0" />
                <xsd:element name="ConferenceDate" type="FlexibleDatesType" minOccurs="0" />
                <xsd:element name="ConferenceLocation" 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)
EventName hr:EventName 0 (1)
ConferenceDate hr:ConferenceDate 0 (1)
ConferenceLocation hr:ConferenceLocation 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:ConferencePaper