Complex Type step.content

Namespace No namespace
Diagram
Element noteElement hazard-d-noteElement Group noteElement cmdElement Group cmdElement choicesElement Group choicesElement choicetableElement Group choicetableElement infoElement Group infoElement itemgroupElement Group itemgroupElement stepxmpElement Group stepxmpElement substepsElement Group substepsElement tutorialinfoElement Group tutorialinfoElement stepresultElement Group stepresult
Used by
Element Element step
Model (Element note | Element hazard-d-note) , Element cmd , ((Element choices) | (Element choicetable) | (Element info) | (Element itemgroup) | (Element stepxmp) | (Element substeps) | (Element tutorialinfo)) , Element stepresult
Children Element choices, Element choicetable, Element cmd, Element hazard-d-note, Element info, Element itemgroup, Element note, Element stepresult, Element stepxmp, Element substeps, Element tutorialinfo
Source
<xs:complexType name="step.content">
  <xs:sequence>
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="note"/>
    <xs:group ref="cmd"/>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="choices"/>
      <xs:group ref="choicetable"/>
      <xs:group ref="info"/>
      <xs:group ref="itemgroup"/>
      <xs:group ref="stepxmp"/>
      <xs:group ref="substeps"/>
      <xs:group ref="tutorialinfo"/>
    </xs:choice>
    <xs:group minOccurs="0" ref="stepresult"/>
  </xs:sequence>
</xs:complexType>