<xs:element name="AdsMLBookings">
<!--This is the root element for the AdsMLBookings standard from the AdsML Consortium (http://www.adsml.org). -->
<xs:complexType>
<xs:complexContent>
<xs:extension base="adsml:AdsMLItemType">
<xs:group ref="BookingTransactions" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>