E Schema

§ Module LaTeXML-bib

biblist

A list of bibliographic bibentry or bibitem.

attributes: Common.attributes

content: (bibentry  |  bibitem)*

bibentry

Semantic representation of a bibliography entry, typically resulting from parsing BibTeX

attributes:

Common.attributes, ID.attributes

included

key
type

content: Bibentry.class*

bib-author

Author of a bibliographic entry.

attributes: Common.attributes

content: Bibname.model

bib-editor

Editor of a bibliographic entry.

attributes: Common.attributes

content: Bibname.model

bib-translator

Translator of a bibliographic entry.

attributes: Common.attributes

content: Bibname.model

surname

Surname of an author, editor or translator.

content: Inline.model

givenname

Given name of an author, editor or translator.

content: Inline.model

initials

Initials of an author, editor or translator.

content: Inline.model

lineage

Lineage of an author, editor or translator. (eg. von)

content: Inline.model

bib-title

Title of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-subtitle

Subtitle of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-booktitle

Title of the book containing a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-key

Unique key of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-journal

Journal of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-series

Series of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-conference

Conference of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-publisher

Publisher of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-organization

Organization responsible for a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-institution

Institution responsible for a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-address

Address of party responsible for a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-volume

Volume of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-number

Number of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-pages

Pages of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-part

Part of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-date

Date of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-edition

Edition of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-status

Status of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-type

Type of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-identifier

Some form of document identfier. The content is descriptive.

attributes:

Common.attributes

included

scheme

indicates what sort of identifier it is: such as doi, issn, isbn, mr, or others.

id

the identifier.

href

a url to the document, if available

content: Inline.model

bib-review

Review of a bibliographic entry. The content is descriptive.

attributes:

Common.attributes

included

scheme

indicates what sort of identifier it is: such as doi, issn, isbn, mr, or others.

id

the identifier.

href

a url to the review, if available

content: Inline.model

bib-links

Links to other things like preprints, source code, etc.

attributes: Common.attributes

content: Inline.model

bib-language

Language of a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bib-url

A URL for a bibliographic entry. The content is descriptive

attributes:

Common.attributes

included

href

content: Inline.model

bib-note

Notes about a bibliographic entry.

attributes: Common.attributes

content: Inline.model

bibitem

A formatted bibliographic item, typically as written explicit in a LaTeX article. This has generally lost most of the semantics present in the BibTeX data.

attributes:

Common.attributes, ID.attributes

included

key

content: tag? bibblock*

bibblock

A block of data appearing within a bibitem.

content: Inline.model

Bibentry.class

== (bib-author  |  bib-editor  |  bib-translator  |  bib-title  |  bib-subtitle  |  bib-booktitle  |  bib-key  |  bib-journal  |  bib-series  |  bib-conference  |  bib-publisher  |  bib-organization  |  bib-institution  |  bib-address  |  bib-volume  |  bib-number  |  bib-pages  |  bib-part  |  bib-date  |  bib-edition  |  bib-status  |  bib-type  |  bib-language  |  bib-url  |  bib-note  |  bib-identifier  |  bib-review  |  bib-links)

Bibname.model

The content model of the bibliographic name fields (bib-author, bib-editor, bib-translator)

==surnamegivenname? initials? lineage?