output
output — Specify an output format and/or file name and/or renderas.
Synopsis
output ::=
- empty
 
Attributes
Additional attributes:
- chunk (enumeration) [default=“auto”]
- “true”
 - “false”
 - “auto”
 
 - file (anyURI)
 - grammar
 - renderas (QName)
 - suppress (boolean)
 - transform (NMTOKEN)
 
Description
The output element specifies a set of options to be used when
rendering the module or structure in which it occurs.
Processing expectations
Never rendered.
Attributes
- chunk
 Specifies chunking for this module
Enumerated values: “true” This module will be in a chunk
“false” This module will not be in a chunk
“auto” Chunking of this module depends on the overall chunking algorithm
- file
 Specifies the output file for this module or structure
- grammar
 Identifies the markup grammar of a resource
- renderas
 Specifies the DocBook element to which this unit should be renamed
- suppress
 Indicates whether or not this unit should be suppressed
- transform
 Specifies the transformation that should be applied to this unit
Examples
FIXME: TBD.



