Syntax #
p.book.organization.lastname
Purpose #
The p.book.organization.lastname annotation is used to tag an element as being the surname or family name of a person representing an organization. This annotation applies a tag which adds the element to the DITA bookmap’s metadata.
Examples #
The following is an example of a time when you might want to use the annotation:
The following is an example of a rule that will apply the annotation
The following is an example of the DITA output you would get from the annotation.
<organizationinfo>
<namedetails>
<personname>
<honorific>Sir</honorific>
<firstname>John</firstname>
<middlename>Leroy</middlename>
<lastname>Jenkins</lastname>
<generationidentifier>III</generationidentifier>
</personname>
</namedetails>
</organizationinfo>