ShipCabinGroup

Element Group Information

Model

Children: Cabin, Cabins

Source

<xs:group name="ShipCabinGroup">
  <xs:choice>
    <xs:element ref="Cabin"/>
    <xs:element ref="Cabins"/>
  </xs:choice>
</xs:group>