<xsd:group name="subFlowElements">
  <xsd:annotation>
    <xsd:documentation>
      <type>Group</type>
      <name>subFlowElements</name>
      <comment>The group subFlowElements lists all the elements that are subFlows</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:choice>
    <xsd:group ref="ANsubFlow"/>
    <xsd:element ref="subFlow"/>
  </xsd:choice>
</xsd:group> |