Prolog elementsThe prolog elements represent the metadata associated with a document.
Most of the metadata in a topic prolog can also be authored in a DITA map,
in the map's <topicmeta> element.
The primary types of information that you can store
in the prolog include:
- author
- copyright information
- critical tracking dates
- permissions for use/management of the content
- Key words and index terms related to the topic
- extensive metadata about the content of the document
- a resourceid that allows a topic to be associated with external resources such as linking to programming components as contextual help
- prolog The <prolog> element contains information about the topic as an whole (for example, author information or subject category) that is either entered by the author or machine-maintained. Much of the metadata inside the <prolog> will not be displayed with the topic on output, but may be used by processes that generate search indexes or customize navigation.
- audience The <audience> metadata element indicates, through the value of its type attribute, the intended audience for a topic. Since a topic can have multiple audiences, you can include multiple audience elements. For each audience you specify, you can identify the high-level task (job) they are trying to accomplish and the level of experience (experiencelevel) expected. The audience element may be used to provide a more detailed definition of values used throughout the map or topic on the audience attribute.
- author The <author> metadata element contains the name of the topic's author.
- brand The <brand> element indicates the manufacturer or brand associated with the product described by the parent <prodinfo> element.
- category The <category> element can represent any category by which a topic might be classified for retrieval or navigation; for example, the categories could be used to group topics in a generated navigation bar. Topics can belong to multiple categories.
- component The <component> element describes the component of the product that this topic is concerned with. For example, a product might be made up of many components, each of which is installable separately. Components might also be shared by several products so that the same component is available for installation with many products. An implementation may (but need not) use this identification to check cross-component dependencies when some components are installed, but not others. An implementation may also (but need not) use the identification make sure that topics are hidden, removed, or flagged in some way when the component they describe isn't installed.
- copyright The <copyright> element is used for a single copyright entry. It includes the copyright years and the copyright holder. Multiple <copyright> statements are allowed.
- copyrholder The copyright holder (<copyrholder>) element names the entity that holds legal rights to the material contained in the topic.
- copyryear The <copyryear> element contains the copyright year as specified by the year attribute.
- created The <created> element specifies the document creation date using the date attribute.
- critdates The <critdates> element contains the critical dates in a document life cycle, such as the creation date and multiple revision dates.
- featnum The <featnum> element contains the feature number of a product in the metadata.
- keywords The <keywords> element contains a list of key words (using <indexterm> or <keyword> markup) that can be used by a search engine.
- metadata The <metadata> section of the prolog contains information about a topic such as audience and product information. Metadata can be used by computational processes to select particular topics or to prepare search indexes or to customize navigation. Elements inside of <metadata> provide information about the content and subject of a topic; prolog elements outside of <metadata> provide lifecycle information for the content unit (such as the author or copyright), which are unrelated to the subject.
- othermeta The <othermeta> element can be used to identify properties not otherwise included in <metadata> and assign name/content values to those properties. The name attribute identifies the property and the content attribute specifies the property's value. The values in this attribute are output as HTML metadata elements, and have no defined meaning for other possible outputs such as PDF.
- permissions The <permissions> prolog element can indicate any preferred controls for access to a topic. Topics can be filtered based on the permissions element. This capability depends on your output formatting process.
- platform The <platform> metadata element contains a description of the operating system and/or hardware related to the product being described by the <prodinfo> element. The platform element may be used to provide a more detailed definition of values used throughout the map or topic on the platform attribute.
- prodinfo The <prodinfo> metadata element in the prolog contains information about the product or products that are the subject matter of the current topic. The prodinfo element may be used to provide a more detailed definition of values used throughout the map or topic on the product attribute.
- prodname The <prodname> metadata element contains the name of the product that is supported by the information in this topic.
- prognum The <prognum> metadata element identifies the program number of the associated program product. This is typically an order number or a product tracking code that could be replaced by an order number when a product completes development.
- publisher The <publisher> metadata element contains the name of the person, company, or organization responsible for making the content or subject of the topic available.
- resourceid The <resourceid> element provides an identifier for applications that require them in a particular format, when the normal id attribute of the topic can't be used. Each resourceid entry should be unique. It is one of the metadata elements that can be included within the prolog of a topic, along with document tracking and product information, etc. The element has no content, but takes an id attribute and an appname attribute.
- revised The <revised> element in the prolog is used to maintain tracking dates that are important in a topic development cycle, such as the last modification date, the original availability date, and the expiration date.
- series The <series> metadata element contains information about the product series that the topic supports.
- source The <source> element contains a reference to a resource from which the present topic is derived, either completely or in part. The element can contain a description of the resource; the href reference can be a string or a URL that points to it.
- vrmlist The <vrmlist> element contains a set of <vrm> elements for logging the version, release, and modification information for multiple products or versions of products to which the topic applies.
- vrm The vrm empty element contains information about a single product's version, modification, and release, to which the current topic applies.
TOC: Language Specification 1.1
Previous topic: Table elements
Next topic: Related links elements
|
|