p.choice.entry

Table of Contents

Syntax #

p.choice.entry

Purpose #

The p.choice.entry annotation is used to indicate decision points contained in table cells within a procedure. This annotation marks table cell contents as being a choice rather than context or a step.

Examples #

The following is an example of a time when you might want to use the p.choice.entry annotation:

The following is an example of a rule that will apply p.choice.entry:

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

 

<step>
<cmd>Choose one of the following options:</cmd>
<info><table frame="all">
<tgroup cols="2">
<colspec colname="C1" colwidth="3.002in"/>
<colspec colname="C2" colwidth="2.991in"/>
<tbody>
<row rowsep="0">
<entry colname="C1" colsep="0"><step><choicetable><chrow id="ID-0000006d">In the Paragraph pane, select Numbering.</chrow></choicetable></step>
</entry>
<entry colname="C2" colsep="0"><step><choicetable><chrow id="ID-0000006f">In the Paragraph pane, select Bullets.</chrow></choicetable></step>
</entry>
</row>
</tbody>
</tgroup>
</table></info>
</step>