chrow

Darwin Information Typing Architecture (DITA) Version 1.2

Document
Darwin Information Typing Architecture (DITA) Version 1.2

The <chrow> element is a container inside the <choicetable> element. The <chrow> element contains both a <choption> and <chdesc> element as a pair.

Contains

Note: These models represent only the default document types distributed by OASIS. Actual content models will differ with each new document type.
Doctype Content model
ditabase, task, machineryTask, learningContent ( (choption) then (chdesc) )

Contained by

Doctype Content model
ditabase, task (strict), task (general), machineryTask, learningContent choicetable

Inheritance

- topic/strow task/chrow

Example

<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>

Attributes

Name Description Data Type Default Value Required?
univ-atts attribute group (includes select-atts, id-atts, and localization-atts groups) A set of related attributes, described in univ-atts attribute group      
global-atts attribute group (xtrf, xtrc) A set of related attributes, described in global-atts attribute group      
class, outputclass Common attributes described in Other common DITA attributes