CabinGroup

Element Group Information

Model

Children: Cabin, Cabins

Used By

Complex Type TrainCarType

Source

<xs:group name="CabinGroup">
  <xs:choice>
    <xs:annotation>
      <xs:documentation>One or many</xs:documentation>
    </xs:annotation>
    <xs:element ref="Cabin"/>
    <xs:element ref="Cabins"/>
  </xs:choice>
</xs:group>