<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2015 (x64) (http://www.altova.com) by OmniTicket Network / VGS Systems Engineering (OmniTicket Network / VGS Systems Engineering) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:altova="http://www.altova.com/xml-schema-extensions" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="../xsd/APICommon.xsd"/>
	<xs:complexType name="HOLDSEATREQ">
		<xs:all>
			<xs:element name="SPACESTRUCTUREAK" type="xs:string"/>
			<xs:element name="SEATLIST" type="SEATINFOLISTBASE"/>
			<xs:element name="ITEMGUID" type="xs:string"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="HOLDSEATRESP">
		<xs:all>
			<xs:element name="ERROR" type="ERROR">
				<xs:annotation>
					<xs:documentation>Object that contains info about the result of the operation</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SEATLIST" type="SEATINFOLISTBASE" minOccurs="0"/>
			<xs:element name="ITEMGUID" type="xs:string" minOccurs="0"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="RELEASESEATREQ">
		<xs:all>
			<xs:element name="SPACESTRUCTUREAK" type="xs:string"/>
			<xs:element name="SEATLIST" type="SEATINFOLISTBASE"/>
			<xs:element name="ITEMGUID" type="xs:string"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="RELEASESEATRESP">
		<xs:all>
			<xs:element name="ERROR" type="ERROR">
				<xs:annotation>
					<xs:documentation>Object that contains info about the result of the operation</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="SEATINFOREQ">
		<xs:all>
			<xs:element name="SPACESTRUCTUREAK" type="xs:string"/>
			<xs:element name="ONLYAVAILABLE" type="xs:boolean" minOccurs="0"/>
			<xs:element name="BILLINGACCOUNT" type="ACCOUNTSAVEBASE" minOccurs="0"/>
			<xs:element name="LOGGEDACCOUNT" type="ACCOUNTSAVEBASE" minOccurs="0"/>
			<xs:element name="BESTSEAT" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="QUANTITY" type="xs:int"/>
						<xs:element name="ITEMGUID" type="xs:string"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="MATRIXCELLAK" type="xs:string" minOccurs="0"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="SEATINFORESP">
		<xs:all>
			<xs:element name="ERROR" type="ERROR">
				<xs:annotation>
					<xs:documentation>Object that contains info about the result of the operation</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SEATINFOLIST" type="SEATINFOLIST"/>
			<xs:element name="BESTSEATLIST" type="SEATINFOLIST" minOccurs="0"/>
			<xs:element name="ITEMGUID" type="xs:string" minOccurs="0"/>
		</xs:all>
	</xs:complexType>
</xs:schema>
