<bibliomixed>

Bibliographic Entry

An item in a bibliography.

Remarks

Add an XML Unique Identifier (@xml:id) to any <bibliomixed> element that is to be cited in the body of the paper, to be referenced by a Cross-Reference. Add Cross-Reference Label (@xreflabel) to provide a referencing string. See Cross-Reference for more details on cross-referencing in general.

Attributes

xml:id XML Unique Identifier
xreflabel Cross-Reference Label

Expanded Content Model

(#PCDATA | emphasis | link | quote | biblioid)*

Description

Any combination of:

This element may be contained in:

<bibliography>

Example

<article xmlns="http://docbook.org/ns/docbook" version="5.0-subset Balisage-1.3"
  xml:id="HR-23632987-8973">
  <title>Raleigh's Discoveries in the New World</title>
  ...
  <appendix xml:id="mul88">
    ...
  </appendix>
  <bibliography>
    <title>Bibliography</title>
    ...

    <bibliomixed xml:id="mul98" xreflabel="Prindle 1996b">Prindle, Tara. “Native American History of
      Corn”. [online]. Native American Technology and Art. © 1996 [cited 14 Apr 1998].
        <link>http://www.lib.uconn.edu/NativeTech/cornhusk/cornhusk.html</link>.</bibliomixed>

    <bibliomixed xml:id="mul99" xreflabel="Dickerson 1997">Dickerson, George. “Beyond Turkey: Corn
      Shaped History, Cuisines”. [online]. Ed. D’Lyn Ford. New Mexico State University College of
      Agriculture &amp; Home Economics, 11 Nov 1997 [cited 14 Apr 1998].
        <link>http://elroy.nmsu.edu/CAHE/press/corn_history1997.html</link>.</bibliomixed>

    ...
  </bibliography>
</article>

Module

balisage-1-3.dtd