<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2015 (x64) (http://www.altova.com) by Fulvio Di Palma (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:element name="RETURNPRODUCT" type="xs:boolean" 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:complexType name="SEATINFOSUBSCRIPTIONREQ">
		<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="MATRIXCELLAK" type="xs:string" minOccurs="0"/>
			<xs:element name="RETURNPRODUCT" type="xs:boolean" minOccurs="0"/>
			<xs:element name="SEATLIST" type="SEATINFOLISTBASE" minOccurs="0"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="SEATINFOSUBSCRIPTIONRESP">
		<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" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="SEAT" maxOccurs="unbounded">
							<xs:complexType>
								<xs:complexContent>
									<xs:extension base="SEATINFOFULL">
										<xs:sequence>
											<xs:element name="SEATCATEGORY" minOccurs="0">
												<xs:annotation>
													<xs:documentation>Returned only if in the SeatInfo request there is the RETURNPRODUCT</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:sequence>
														<xs:element name="CODE" type="xs:string"/>
														<xs:element name="COLOR" type="xs:string"/>
														<xs:element name="PRODUCTLIST" type="PRODUCTBASELIST"/>
													</xs:sequence>
												</xs:complexType>
											</xs:element>
											<xs:element name="LINKEDPERFORMANCELIST" minOccurs="0">
												<xs:complexType>
													<xs:sequence>
														<xs:element name="LINKEDPERFORMANCE" maxOccurs="unbounded">
															<xs:complexType>
																<xs:sequence>
																	<xs:element name="PERFORMANCEAK" type="xs:string" minOccurs="0"/>
																	<xs:element name="SPACESTRUCTUREAK" type="xs:string" minOccurs="0"/>
																	<xs:element name="SEATID" type="xs:integer" minOccurs="0"/>
																	<xs:element name="SEATSTATUS" type="xs:integer" minOccurs="0"/>
																	<xs:element name="PARENTSEATID" type="xs:integer" minOccurs="0"/>
																</xs:sequence>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:complexType>
											</xs:element>
										</xs:sequence>
									</xs:extension>
								</xs:complexContent>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="HOLDSEATSUBSCRIPTIONREQ">
		<xs:all>
			<xs:element name="PARENTSEATLIST" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="PARENTSEAT" maxOccurs="unbounded">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="PARENTSEATID" type="xs:integer"/>
									<xs:element name="SPACESTRUCTUREAK" type="xs:string"/>
									<xs:element name="SEATLIST" type="SEATINFOLISTWITHSPACESTRUCTURE" minOccurs="0"/>
									<xs:element name="ITEMGUID" type="xs:string" minOccurs="0"/>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="HOLDSEATSUBSCRIPTIONRESP">
		<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="PARENTSEATLIST" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="PARENTSEAT" maxOccurs="unbounded">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="PARENTSEATID" type="xs:integer"/>
									<xs:element name="SEATLIST" type="SEATINFOLISTWITHERRORBASE" minOccurs="0"/>
									<xs:element name="ITEMGUID" type="xs:string"/>
									<xs:element name="ERROR" type="ERROR"/>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:all>
	</xs:complexType>
</xs:schema>
