<xs:group name="TravellerGroup">
<xs:annotation>
<xs:documentation>**************************************- Traveller related data : **************************************- Traveller : in case a unique traveller is present. Travellers : in case there are multiple travellers Can be used for related persons, contacts, ... **************************************-</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:annotation>
<xs:documentation>One or many</xs:documentation>
</xs:annotation>
<xs:element ref="Traveller"/>
<xs:element ref="Travellers"/>
</xs:choice>
</xs:group> |