elml:patent

The element patent allows to list a patent 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.
designation xs:string optional
The attribute designation contains the kind of material.
downloadUrl restriction of xs:anyURI optional
The attribute downloadUrl contains the url where one can download a PDF,... of the referenced source document.
publicationYear xs:gYear optional
The attribute publicationYear contains the year of publication of a source.
title xs:string optional
The attribute title contains the title of a source.

Used By

Source

<xs:element name="patent">
  <xs:annotation>
    <xs:documentation>The element patent allows to list a patent 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:BibDesignation"/>
        <xs:attributeGroup ref="elml:BibDownloadUrl"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample