elml:websites

The element websites allows to list a website or electronic resource in the bibliography.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
accessedDate xs:string optional
The attribute accessedDate contains the date when the source was last accessed.
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.
downloadUrl restriction of xs:anyURI optional
The attribute downloadUrl contains the url where one can download a PDF,... of the referenced source document.
edition xs:string optional
The attribute edition contains the number of the edition of a source.
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.
title xs:string optional
The attribute title contains the title of a source.
url restriction of xs:anyURI optional
The attribute url contains the url where one can find the source.

Used By

Source

<xs:element name="websites">
  <xs:annotation>
    <xs:documentation>The element websites allows to list a website or electronic resource 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:BibTitle"/>
        <xs:attributeGroup ref="elml:BibEdition"/>
        <xs:attributeGroup ref="elml:BibPublicationPlace"/>
        <xs:attributeGroup ref="elml:BibPublisher"/>
        <xs:attributeGroup ref="elml:BibUrl"/>
        <xs:attributeGroup ref="elml:BibAccessedDate"/>
        <xs:attributeGroup ref="elml:BibDownloadUrl"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample