PetGroup

To describe behaviour with Pet, wether Pets are allowed, with a
surcharge, for different types of pets ...

Element Group Information

Model

Children: Pet, Pets

Used By

Source

<xs:group name="PetGroup">
  <xs:annotation>
    <xs:documentation>To describe behaviour with Pet, wether Pets are allowed, with a surcharge, for different types of pets ...</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>One or Many</xs:documentation>
    </xs:annotation>
    <xs:element ref="Pet"/>
    <xs:element ref="Pets"/>
  </xs:choice>
</xs:group>