systemitem — A system-related item or term
systemitem ::=
alt
anchor
annotation
biblioref
co
indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
olink
phrase
(db._phrase)remark
replaceable
subscript
superscript
xref
Common attributes and common linking attributes.
Additional attributes:
A SystemItem
identifies any system-related item or term.
The Class
attribute defines a
number of common system-related terms.
Many inline elements in DocBook are, in fact, system-related. Some of
the objects identified by the Class
attribute on SystemItem
may eventually migrate out to be
inline elements of their own accord…and vice versa.
Common attributes and common linking attributes.
FIXME:
Enumerated values: | |
---|---|
“daemon” | FIXME: |
“domainname” | FIXME: |
“etheraddress” | FIXME: |
“event” | FIXME: |
“eventhandler” | FIXME: |
“filesystem” | FIXME: |
“fqdomainname” | FIXME: |
“groupname” | FIXME: |
“ipaddress” | FIXME: |
“library” | FIXME: |
“macro” | FIXME: |
“netmask” | FIXME: |
“newsgroup” | FIXME: |
“osname” | FIXME: |
“process” | FIXME: |
“protocol” | FIXME: |
“resource” | FIXME: |
“server” | FIXME: |
“service” | FIXME: |
“systemname” | FIXME: |
“username” | FIXME: |
These elements contain systemitem
: bridgehead
, citation
, citetitle
, classsynopsisinfo
, computeroutput
, emphasis
(db.emphasis), entry
, firstterm
, funcsynopsisinfo
, glosssee
, glossseealso
, glossterm
, html:button
, html:label
, html:legend
, link
, literallayout
, member
, olink
, orgdiv
, para
, phrase
(db.phrase), primary
, primaryie
, programlisting
, quote
, refdescriptor
, refentrytitle
, refname
, refpurpose
, screen
, secondary
, secondaryie
, see
, seealso
, seealsoie
, seeie
, seg
, segtitle
, simpara
, subtitle
, synopsis
, td
, term
, termdef
, tertiary
, tertiaryie
, th
, title
, titleabbrev
, tocentry
, userinput
.
The following elements occur in systemitem: text, alt
, anchor
, annotation
, biblioref
, co
, indexterm
(db.indexterm.endofrange), indexterm
(db.indexterm.singular), indexterm
(db.indexterm.startofrange), inlinemediaobject
, link
, olink
, phrase
(db._phrase), remark
, replaceable
, subscript
, superscript
, xref
.
<article xmlns='http://docbook.org/ns/docbook' xmlns:xlink='http://www.w3.org/1999/xlink'> <title>Example systemitem</title> <para>For many years, O'Reilly's primary web server, <link xlink:href="http://www.oreilly.com/">http://www.oreilly.com/</link>, was hosted by <application>WN</application> on <systemitem class="systemname">helio.oreilly.com</systemitem>. </para> </article>
For many years, O'Reilly's primary web server,
http://www.oreilly.com/,
was hosted by WN on
helio.oreilly.com
.