EnumGroup

Element Group Information

Model

Children: Enum, Enums

Used By

Element Enums

Source

<xs:group name="EnumGroup">
  <xs:choice>
    <xs:annotation>
      <xs:documentation>One or many</xs:documentation>
    </xs:annotation>
    <xs:element ref="Enum"/>
    <xs:element ref="Enums"/>
  </xs:choice>
</xs:group>