elml:conferencePaper

The element conferencePaper allows to list a conference paper in the bibliography.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
author xs:string optional
The attribute author contains the name of the author of a source. Author is also used instead of originator and issuingBody.
bibID xs:string required
The attribute bibID allows giving an unique id to a resource item in the bibliography. Bibliography items are referenced by the values of this attribute.
datePlace xs:string optional
The attribute datePlace contains the date and place of a conference.
downloadUrl restriction of xs:anyURI optional
The attribute downloadUrl contains the url where one can download a PDF,... of the referenced source document.
editor xs:string optional
The attribute editor contains the name of the editor of a source.
pageNr xs:string optional
proceedingsTitle xs:string optional
The attribute proceedingsTitle contains the title of the proceedings.
publicationPlace xs:string optional
The attribute publicationPlace contains the place of publication of a source.
publicationYear xs:gYear optional
The attribute publicationYear contains the year of publication of a source.
publisher xs:string optional
The attribute publisher contains the name of the publisher of a source.
titleOfContribution xs:string optional
The attribute titleOfContribution contains the title of a contribution within a source.

Used By

Source

<xs:element name="conferencePaper">
  <xs:annotation>
    <xs:documentation>The element conferencePaper allows to list a conference paper in the bibliography.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attributeGroup ref="elml:BibIDReq"/>
        <xs:attributeGroup ref="elml:BibAuthor"/>
        <xs:attributeGroup ref="elml:BibPublicationYear"/>
        <xs:attributeGroup ref="elml:BibTitleOfContribution"/>
        <xs:attributeGroup ref="elml:BibEditor"/>
        <xs:attributeGroup ref="elml:BibProceedingsTitle"/>
        <xs:attributeGroup ref="elml:BibDatePlace"/>
        <xs:attributeGroup ref="elml:BibPublicationPlace"/>
        <xs:attributeGroup ref="elml:BibPublisher"/>
        <xs:attributeGroup ref="elml:BibPageNr"/>
        <xs:attributeGroup ref="elml:BibDownloadUrl"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample