elml:BibDownloadUrl

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
downloadUrl restriction of xs:anyURI optional
The attribute downloadUrl contains the url where one can download a PDF,... of the referenced source document.

Used By

Source

<xs:attributeGroup name="BibDownloadUrl">
  <xs:attribute name="downloadUrl">
    <xs:annotation>
      <xs:documentation>The attribute downloadUrl contains the url where one can download a PDF,... of the referenced source document.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:anyURI">
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>