elml:bibliography

The element bibliography is the parent element of all the sources used for the creation of a lesson. The detailed description of all the bibliography elements can be found in the guide at http://www.bournemouth.ac.uk/academic_services/documents/Library/Citing_References.pdf.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
sorting xs:string optional
visible xs:string optional

Used By

Element elml:lesson

Source

<xs:element name="bibliography">
  <xs:annotation>
    <xs:documentation>The element bibliography is the parent element of all the sources used for the creation of a lesson. The detailed description of all the bibliography elements can be found in the guide at http://www.bournemouth.ac.uk/academic_services/documents/Library/Citing_References.pdf.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="elml:book"/>
      <xs:element ref="elml:contributionInBook"/>
      <xs:element ref="elml:journalArticle"/>
      <xs:element ref="elml:newspaperArticle"/>
      <xs:element ref="elml:map"/>
      <xs:element ref="elml:conferencePaper"/>
      <xs:element ref="elml:publicationCorporateBody"/>
      <xs:element ref="elml:thesis"/>
      <xs:element ref="elml:patent"/>
      <xs:element ref="elml:videoFilmBroadcast"/>
      <xs:element ref="elml:websites"/>
      <xs:element ref="elml:eJournals"/>
      <xs:element ref="elml:mailLists"/>
      <xs:element ref="elml:personalMail"/>
      <xs:element ref="elml:cdRom"/>
    </xs:choice>
    <xs:attributeGroup ref="elml:SortingImp"/>
    <xs:attributeGroup ref="elml:VisibleImp"/>
  </xs:complexType>
</xs:element>

Sample