database

database — The name of a database, or part of a database

Synopsis

Content Model

database ::=

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • class (enumeration)
    • “altkey”
    • “constraint”
    • “datatype”
    • “field”
    • “foreignkey”
    • “group”
    • “index”
    • “key1”
    • “key2”
    • “name”
    • “primarykey”
    • “procedure”
    • “record”
    • “rule”
    • “secondarykey”
    • “table”
    • “user”
    • “view”

Description

The name of a database, or part of a database.

Processing expectations

Formatted inline.

Attributes

Common attributes and common linking attributes.

class

FIXME:

Enumerated values:

altkey

FIXME:

constraint

FIXME:

datatype

FIXME:

field

FIXME:

foreignkey

FIXME:

group

FIXME:

index

FIXME:

key1

FIXME:

key2

FIXME:

name

FIXME:

primarykey

FIXME:

procedure

FIXME:

record

FIXME:

rule

FIXME:

secondarykey

FIXME:

table

FIXME:

user

FIXME:

view

FIXME:

Children

The following elements occur in database: text, alt, anchor, annotation, biblioref, indexterm (db.indexterm.endofrange), indexterm (db.indexterm.singular), indexterm (db.indexterm.startofrange), inlinemediaobject, link, olink, phrase (db._phrase), remark, replaceable, subscript, superscript, xref.

See Also

application, filename, hardware, productname

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example database</title>

<para>The <database>ProjectStatus</database> database has been updated.
Please note that <database class='field'>Year</database> has been
extended to four digits.
</para>

</article>

The ProjectStatus database has been updated. Please note that Year has been extended to four digits.

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/10/31 12:31:54 $.