TripGroup

**************************************- Trip details : no booking data
**************************************- Trip : in case a unique trip is present or one
stands out. Trips : in case there are multiple trips listed without any special
information for one trip **************************************-

Element Group Information

Model

Children: Trip, Trips

Used By

Source

<xs:group name="TripGroup">
  <xs:annotation>
    <xs:documentation>**************************************- Trip details : no booking data **************************************- Trip : in case a unique trip is present or one stands out. Trips : in case there are multiple trips listed without any special information for one trip **************************************-</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>One or many</xs:documentation>
    </xs:annotation>
    <xs:element ref="Trip"/>
    <xs:element ref="Trips"/>
  </xs:choice>
</xs:group>