<xs:group name="ActionGroup">
<xs:annotation>
<xs:documentation>**************************************- Actions **************************************- The actions to be performed within this transaction, such as create booking, get Availability, ... Action : if unique Actions if multiple **************************************-</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:annotation>
<xs:documentation>one or many</xs:documentation>
</xs:annotation>
<xs:element ref="Action"/>
<xs:element ref="Actions"/>
</xs:choice>
</xs:group> |