s.property.head.type

Table of Contents

Syntax #

s.property.head.type

 

Purpose #

The s.property.head.type annotation is used to tag a span element as being the header type of a property. It will associate this type with a following property header value and/or description.

The property header type acts as the header for a type column in a properties table.

Examples #

The following is an example of a time where you might want to use the s.property.head.type annotation:

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

The following is an example of a rule that will apply s.property.head.type:

 

The following is an example of the DITA output you would get from this annotation.

 

<properties>

<prophead>

<proptypehd>Property</proptypehd>

<propvaluehd>Value</propvaluehd>

<propdeschd>Description</propdeschd>

</prophead>