ProductGroup

Element Group Information

Model

Children: Product, Products

Used By

Source

<xs:group name="ProductGroup">
  <xs:choice>
    <xs:annotation>
      <xs:documentation>One or many</xs:documentation>
    </xs:annotation>
    <xs:element ref="Product"/>
    <xs:element ref="Products"/>
  </xs:choice>
</xs:group>