p.book.person.middlename

Table of Contents

Syntax #

p.book.person.middlename

 

Purpose #

The p.book.person.middlename annotation is used to tag an element as being a person’s middle name or names. 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 annotations

 

The following is an example of a rule that will apply the annotation

The following is the DITA XML output for the previous rule:

<personname>

<honorific>Sir</honorific>

<firstname>John</firstname>

    <middlename>Leroy</middlename>

<lastname>Jenkins</lastname>

<generationidentifier>III</generationidentifier>

</personname>