elml:videoFilmBroadcast

The element videoFilmBroadcast allows to list a video, a film or a broadcast 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.
productionOrganisation xs:string optional
The attribute productionOrganisation contains the name of the organisation that produced the source.
productionPlace xs:string optional
The attribute productionPlace contains the place of production of a source.
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="videoFilmBroadcast">
  <xs:annotation>
    <xs:documentation>The element videoFilmBroadcast allows to list a video, a film or a broadcast 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:BibTitle"/>
        <xs:attributeGroup ref="elml:BibPublicationYear"/>
        <xs:attributeGroup ref="elml:BibDesignation"/>
        <xs:attributeGroup ref="elml:BibAuthor"/>
        <xs:attributeGroup ref="elml:BibProductionPlace"/>
        <xs:attributeGroup ref="elml:BibProductionOrganisation"/>
        <xs:attributeGroup ref="elml:BibDownloadUrl"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample