DITA Reference
topic
reference
-//OASIS//ELEMENTS DITA Reference//EN
-//OASIS//ENTITIES DITA Reference//EN
urn:oasis:names:tc:dita:rng:referenceMod.rng
ELEMENT TYPE NAME PATTERNS
ELEMENT TYPE DECLARATIONS
LONG NAME: Reference
element defines a top-level container for a reference topic. Reference topics document programming constructs or facts about a product. Examples of reference topics include language elements, class descriptions, commands, functions, statements, protocols, types, declarators, operands, and API information, which provide quick access to facts, but no explanation of concepts or procedures. Reference topics have the same high-level structure as any other topic type, with a title, short description, and body. Within the body, reference topics are typically organized into one or more sections, property lists, and tables. The reference topic type provides general rules that apply to all kinds of reference information, using elements like for syntax or signatures, and for lists of properties and values.
Category: Reference elements
]]>
LONG NAME: Reference Body
element is a container for the main content of the reference topic. Reference topics limit the body structure to tables (both simple and standard), property lists, syntax sections, and generic sections and examples, in any sequence or number.
Category: Reference elements
]]>
LONG NAME: Reference Body division
element is similar to the element in that it provides an informal container for content that may be grouped within a reference. Reference topics place many restrictions on their content compared to generic topics; the element maintains these restrictions by only allowing elements that are already available within the body of a reference. There are no additional semantics attached to the element; it is purely a grouping element provided to help organize content. ]]>
LONG NAME: Reference Syntax
element is a special section inside a reference topic. The section often contains syntax or signature content (for example, a command-line utility's calling syntax, or an API's signature). The contains a brief, possibly diagrammatic description of the subject's interface or high-level structure.
Category: Reference elements
]]>
LONG NAME: Properties
element gives a list of properties for the subject of the current topic, for example whether a class is public or protected. Each property can include the type, value, and a description. The typical rendering is usually in a table-like format. To represent multiple values for a type, just create additional property elements and use only the element (and when needed) for each successive value.
Category: Reference elements
]]>
LONG NAME: Property Type Head
LONG NAME: Property Value Head
LONG NAME: Property Description Head
LONG NAME: Property
element represents a property of the current topic's subject. For example, if the current topic is a class, the property might show that the class is protected rather than public. It contains three optional elements: type, value, and description.
Category: Reference elements
]]>
LONG NAME: Property Value
element indicates the value or values for the current property type. You can put values in separate rows if they need separate descriptions, and just leave the element blank.
Category: Reference elements
]]>
LONG NAME: Property Description
element is used to provide a short description of the property type and its listed values (or just the value).
Category: Reference elements
]]>
SPECIALIZATION ATTRIBUTE DECLARATIONS