<prolog>
The prolog contains metadata about the topic, for example, author information or subject category.
Content model
(
<titlealt>
|
<navtitle>
|
<searchtitle>
|
<linktitle>
|
<subtitle>
|
<titlehint>
)*,
<author>
*,
<source>
?,
<publisher>
?,
<copyright>
*,
<critdates>
?,
<permissions>
?,
<metadata>
*,
<resourceid>
*, (
<data>
|
<sort-as>
|
<foreign>
)*
- Zero or more
- 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
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>