<chrow>
The <chrow> element is a container inside
the <choicetable> element. The <chrow>
element contains both a <choption> and <chdesc>
element as a pair.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
- topic/strow task/chrow
Example
This section is non-normative.
<step><cmd>Then this</cmd>
<substeps>
<substep importance="optional"><cmd>which is done by doing this</cmd></substep>
<substep importance="required"><cmd>and then this.</cmd></substep>
</substeps>
<choicetable>
<chhead>
<choptionhd>Do something</choptionhd>
<chdeschd>Or Else this</chdeschd>
</chhead>
<chrow><choption>Do this</choption>
<chdesc>and this will happen</chdesc></chrow>
<chrow><choption>Do that</choption>
<chdesc>and that will happen</chdesc></chrow>
</choicetable>
</step>
Content model
<choption>, <chdesc>
Contained by
<choicetable>
In order
<choption><chdesc>
Contained by
<choicetable>
Inheritance
- topic/strow task/chrow
The <chrow> element is specialized from <strow>. It is defined in the task module.
Attributes
The following attributes are available on this element: Universal attribute group and outputclass.