<prolog>
The prolog contains metadata about the topic, for example, author information or subject category.
Content model
<titlealt>
*, <author>
*, <source>
?, <publisher>
?, <copyright>
*, <critdates>
?, <permissions>
?, <metadata>
*, <resourceid>
*, (<data>
| <foreign>
)*
Contained by
In order
- Zero or more
<titlealt>
- Zero or more
<author>
- Optional
<source>
- Optional
<publisher>
- Zero or more
<copyright>
- Optional
<critdates>
- Optional
<permissions>
- Zero or more
<metadata>
- Zero or more
<resourceid>
- Zero or more of the following
Contained by
Inheritance
- topic/prolog
The <prolog>
element is a base element type. It is defined in the topic module.
Attributes
The following attributes are available on this element: universal attributes.
The following attributes are available on this element: universal attributes.
Example
This section is non-normative.
The following code sample shows a <prolog>
element that contains
common metadata items:
<prolog>
<author>Paul Norman</author>
<copyright>
<copyryear year="1930"/>
<copyrholder>Paul Norman</copyrholder>
</copyright>
</prolog>