p.book.organization.honorific

Table of Contents

Syntax #

p.book.organization.honorific

 

Purpose #

The p.book.person.honorific annotation is used to tag an element as being the title of a person representing an organization. Honorifics include name prefixes such as Mr., Ms., Dr., etc. This annotation applies a tag which adds the element to the DITA bookmap’s metadata.

Examples #

The following is an example of a time where you might want to use the p.book.organization.honorific annotation:

Note: the relevant paragraph has been marked in bold for this example. The paragraph is not bold in the source document.

The following is an example of a rule that will apply p.book.organization.honorific:

The following is the DITA XML output for the previous rule (relevant portion in bold):

 

<organizationinfo>

<namedetails>

<personname>

<honorific>Sir</honorific>

<firstname>John</firstname>

<middlename>Leroy</middlename>

<lastname>Jenkins</lastname>

<generationidentifier>III</generationidentifier>

</personname>

</namedetails>

</organizationinfo>