This is an alpha version of this book.
property — A unit of data associated with some part of a computer system
property ::= (#PCDATA|replaceable|inlinegraphic|inlinemediaobject|indexterm| beginpage)*
Common attributes
Name | Type | Default | ||
moreinfo | Enumeration:
| "none" |
The notion of a Property is very domain-dependent in computer documentation. Some object-oriented systems speak of properties; the components from which GUIs are constructed have properties; and one can speak of properties in very general terms; “the properties of a relational database.”
You might use Property for any of these in your documentation.
Formatted inline. The MoreInfo attribute can help generate a link or query to retrieve additional information.
The content model of Property will be constrained to (#PCDATA | Replaceable | InlineGraphic) in DocBook V4.0.
These elements contain property: application, attribution, bibliomisc, bridgehead, citation, citetitle, classsynopsisinfo, command, computeroutput, emphasis, entry, foreignphrase, funcparams, funcsynopsisinfo, function, glosssee, glossseealso, glossterm, lineannotation, link, literal, literallayout, lotentry, member, msgaud, olink, optional, para, phrase, primary, primaryie, productname, programlisting, quote, refdescriptor, refentrytitle, refname, refpurpose, remark, screen, screeninfo, secondary, secondaryie, see, seealso, seealsoie, seeie, seg, segtitle, simpara, subtitle, synopsis, term, tertiary, tertiaryie, title, titleabbrev, tocback, tocentry, tocfront, trademark, ulink, userinput.
The following elements occur in property: beginpage, indexterm, inlinegraphic, inlinemediaobject, replaceable.
If MoreInfo is set to RefEntry, it implies that a RefEntry exists which further describes the Property.
classname, interface, structfield, structname, symbol, token, type.
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <para> When Emacs is running under X Windows, the <property>borderWidth</property> resource controls the width of the external border. </para>
When Emacs is running under X Windows, the borderWidth resource controls the width of the external border.
Copyright© 1999, 2000, 2001 O'Reilly & Associates, Inc. All rights reserved.