Syntax #
s.property.type
Purpose #
The s.property.type annotation is used to tag a span element as being the type of a property. It will associate this type with a following property value and/or description.
The property type acts as a category for properties.
Examples #
The following is an example of a time where you might want to use the s.property.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.type:
The following is an example of the DITA output you would get from this annotation.
<property>
<proptype>Input </proptype>
<propvalue>None </propvalue>
<propdesc>This function does not take user input.</propdesc>
</property>
<property>
<proptype>Output </proptype>