elml:personalMail

The element personalMail allows to list personal mail contacts 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.
dayMonthYear xs:string optional
The attribute dayMonthYear contains the day, the month and the year when source was published (eg. 25th March 2003).
downloadUrl restriction of xs:anyURI optional
The attribute downloadUrl contains the url where one can download a PDF,... of the referenced source document.
emailRecipient elml:EmailsType optional
The attribute emailRecipient contains the email address of the recipient of an email source.
emailSender elml:EmailsType optional
The attribute emailSender contains the name of the sender of an email source.
published restriction of xs:string optional
The attribute published contains yes if a source is published and no if a source is unpublished.
recipient xs:string optional
The attribute recipient contains the name of the recipient of an email source.
subject xs:string optional
The attribute subject contains the subject of an email source.

Used By

Source

<xs:element name="personalMail">
  <xs:annotation>
    <xs:documentation>The element personalMail allows to list personal mail contacts 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:BibEmailSender"/>
        <xs:attributeGroup ref="elml:BibDayMonthYear"/>
        <xs:attributeGroup ref="elml:BibSubject"/>
        <xs:attributeGroup ref="elml:BibRecipient"/>
        <xs:attributeGroup ref="elml:BibEmailRecipient"/>
        <xs:attributeGroup ref="elml:BibPublished"/>
        <xs:attributeGroup ref="elml:BibDownloadUrl"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample