HotelGroup

Element Group Information

Model

Children: Hotel, Hotels

Used By

Element Hotels

Source

<xs:group name="HotelGroup">
  <xs:choice>
    <xs:annotation>
      <xs:documentation>One or many</xs:documentation>
    </xs:annotation>
    <xs:element ref="Hotel"/>
    <xs:element ref="Hotels"/>
  </xs:choice>
</xs:group>