<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2015 (x64) (http://www.altova.com) by Nizar Alahmadi (OmniTicket Network / VGS Systems Engineering) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="APICommon.xsd"/>
	<xs:include schemaLocation="PerformanceEnquiry.xsd"/>
	<xs:complexType name="WAITLISTSUBSCRIPTION">
		<xs:annotation>
			<xs:documentation>WaitListSubscription Item - Describe the Subscriber Request in Wait List</xs:documentation>
		</xs:annotation>
		<xs:all>
			<xs:element name="DATETIME" type="xs:dateTime">
				<xs:annotation>
					<xs:documentation>Is the timestamp of the subscription</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="EMAIL" type="xs:string">
				<xs:annotation>
					<xs:documentation>Is the email of subscriber</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PERFORMANCEAK" type="xs:string">
				<xs:annotation>
					<xs:documentation>Is the performance waited </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="QTY" type="xs:int">
				<xs:annotation>
					<xs:documentation>Is the quantity waited</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SEATCATEGORYCODE" type="xs:string" minOccurs="0"/>
			<xs:element name="SPACESTRUCTUREAK" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Sector</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ENVELOPECODE" type="xs:string" minOccurs="0"/>
			<xs:element name="LASTNOTIFICATIONDATETIME" type="xs:dateTime" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Is the datetime of last notification</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SALEAK" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Is the fulfilled saleid</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PURGE" type="xs:boolean" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Is the flag to purge the subscription</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="WAITLISTSUBSCRIPTION_V2">
		<xs:annotation>
			<xs:documentation>WaitListSubscription Item - Describe the Subscriber Request in Wait List</xs:documentation>
		</xs:annotation>
		<xs:all>
			<xs:element name="DATETIME" type="xs:dateTime">
				<xs:annotation>
					<xs:documentation>Is the timestamp of the subscription</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="EMAIL" type="xs:string">
				<xs:annotation>
					<xs:documentation>Is the email of subscriber</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="QTY" type="xs:int">
				<xs:annotation>
					<xs:documentation>Is the quantity waited</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SEATCATEGORYCODE" type="xs:string" minOccurs="0"/>
			<xs:element name="SPACESTRUCTUREAK" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Sector</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ENVELOPECODE" type="xs:string" minOccurs="0"/>
			<xs:element name="LASTNOTIFICATIONDATETIME" type="xs:dateTime" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Is the datetime of last notification</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SALEAK" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Is the fulfilled saleid</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PURGE" type="xs:boolean" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Is the flag to purge the subscription</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="CHOICE">
				<xs:complexType>
					<xs:choice>
						<xs:element name="SINGLE">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="PERFORMANCEAK" type="xs:string"/>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="MULTIPLE">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="EVENTAK" type="xs:string"/>
									<xs:element name="NUMBEROFPERFORMANCES" type="xs:int"/>
									<xs:element name="PRICETABLEAK" type="xs:string"/>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:choice>
				</xs:complexType>
			</xs:element>
			<xs:element name="WAITLISTSUBSCRIPTIONTYPE" type="xs:int"/>
			<xs:element name="WAITLISTSUBSCRIPTIONID" type="xs:int" minOccurs="0"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="SEARCHWAITLISTSUBSCRIPTIONSREQ">
		<xs:annotation>
			<xs:documentation>Search Wait List Subscriptions Request</xs:documentation>
		</xs:annotation>
		<xs:all>
			<xs:element name="DATE" type="BASEDATEFILTER" minOccurs="0"/>
			<xs:element name="EMAIL" type="xs:string" minOccurs="0"/>
			<xs:element name="PERFORMANCEAK" type="xs:string" minOccurs="0"/>
			<xs:element name="EVENTAK" type="xs:string" minOccurs="0"/>
			<xs:element name="PAGEREQ" minOccurs="0">
				<xs:complexType>
					<xs:complexContent>
						<xs:extension base="PAGEREQ">
							<xs:sequence>
								<xs:element name="SORTFIELD" minOccurs="0">
									<xs:annotation>
										<xs:documentation>Fields: DATETIME, EMAIL, PERFORMANCE</xs:documentation>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:enumeration value="DATETIME"/>
											<xs:enumeration value="EMAIL"/>
											<xs:enumeration value="PERFORMANCE"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:element>
							</xs:sequence>
						</xs:extension>
					</xs:complexContent>
				</xs:complexType>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="SEARCHWAITLISTSUBSCRIPTIONSRESP">
		<xs:annotation>
			<xs:documentation>Search Wait List Subscriptions Response</xs:documentation>
		</xs:annotation>
		<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="PAGERESP" type="PAGERESP"/>
			<xs:element name="WAITLISTSUBSCRIPTIONLIST">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="WAITLISTSUBSCRIPTIONITEM" type="WAITLISTSUBSCRIPTION" minOccurs="0" maxOccurs="unbounded"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="SUBSCRIBEREQ">
		<xs:annotation>
			<xs:documentation>Wait List Subscribe</xs:documentation>
		</xs:annotation>
		<xs:all>
			<xs:element name="EMAIL" type="xs:string"/>
			<xs:element name="PERFORMANCEAK" type="xs:string"/>
			<xs:element name="QTY" type="xs:int"/>
			<xs:element name="SEATCATEGORYCODE" type="xs:string" minOccurs="0"/>
			<xs:element name="SPACESTRUCTUREAK" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Sector</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ENVELOPECODE" type="xs:string" minOccurs="0"/>
			<xs:element name="UPDATE" type="xs:boolean" default="false" minOccurs="0"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="SUBSCRIBERESP">
		<xs:all>
			<xs:element name="ERROR" type="ERROR"/>
			<xs:element name="WAITLISTSUBSCRIPTIONITEM" type="WAITLISTSUBSCRIPTION" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Object containing the list of performances</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="UNSUBSCRIBEREQ">
		<xs:annotation>
			<xs:documentation>Wait List Unsubscribe</xs:documentation>
		</xs:annotation>
		<xs:all>
			<xs:element name="EMAIL" type="xs:string"/>
			<xs:element name="PERFORMANCEAK" type="xs:string"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="UNSUBSCRIBERESP">
		<xs:all>
			<xs:element name="ERROR" type="ERROR"/>
			<xs:element name="WAITLISTSUBSCRIPTIONITEM" type="WAITLISTSUBSCRIPTION" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Object containing the list of performances</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="SEARCHWAITLISTSUBSCRIPTIONS_V2REQ">
		<xs:annotation>
			<xs:documentation>Search Wait List Subscriptions Request</xs:documentation>
		</xs:annotation>
		<xs:all>
			<xs:element name="DATE" type="BASEDATEFILTER" minOccurs="0"/>
			<xs:element name="EMAIL" type="xs:string" minOccurs="0"/>
			<xs:element name="SEARCHCHOICE" minOccurs="0">
				<xs:complexType>
					<xs:choice>
						<xs:element name="SEARCHSINGLE" minOccurs="0">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="PERFORMANCEAK" type="xs:string" minOccurs="0"/>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="SEARCHMULTIPLE" minOccurs="0">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="NUMBEROFPERFORMANCES" type="xs:int" minOccurs="0"/>
									<xs:element name="PRICETABLEAK" type="xs:string" minOccurs="0"/>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:choice>
				</xs:complexType>
			</xs:element>
			<xs:element name="EVENTAK" type="xs:string" minOccurs="0"/>
			<xs:element name="PAGEREQ" minOccurs="0">
				<xs:complexType>
					<xs:complexContent>
						<xs:extension base="PAGEREQ">
							<xs:sequence>
								<xs:element name="SORTFIELD" minOccurs="0">
									<xs:annotation>
										<xs:documentation>Fields: DATETIME, EMAIL, PERFORMANCE</xs:documentation>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:enumeration value="DATETIME"/>
											<xs:enumeration value="EMAIL"/>
											<xs:enumeration value="PERFORMANCE"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:element>
							</xs:sequence>
						</xs:extension>
					</xs:complexContent>
				</xs:complexType>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="SEARCHWAITLISTSUBSCRIPTIONS_V2RESP">
		<xs:annotation>
			<xs:documentation>Search Wait List Subscriptions Response</xs:documentation>
		</xs:annotation>
		<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="PAGERESP" type="PAGERESP"/>
			<xs:element name="WAITLISTSUBSCRIPTIONLIST_V2">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="WAITLISTSUBSCRIPTIONITEM" type="WAITLISTSUBSCRIPTION_V2" minOccurs="0" maxOccurs="unbounded"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="SUBSCRIBE_V2REQ">
		<xs:annotation>
			<xs:documentation>Wait List Subscribe</xs:documentation>
		</xs:annotation>
		<xs:all>
			<xs:element name="EMAIL" type="xs:string"/>
			<xs:element name="QTY" type="xs:int"/>
			<xs:element name="SEATCATEGORYCODE" type="xs:string" minOccurs="0"/>
			<xs:element name="SPACESTRUCTUREAK" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Sector</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ENVELOPECODE" type="xs:string" minOccurs="0"/>
			<xs:element name="UPDATE" type="xs:boolean" default="false" minOccurs="0"/>
			<xs:element name="CHOICE" minOccurs="0">
				<xs:complexType>
					<xs:choice>
						<xs:element name="SINGLE" minOccurs="0">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="PERFORMANCEAK" type="xs:string"/>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="MULTIPLE" minOccurs="0">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="EVENTAK" type="xs:string"/>
									<xs:element name="NUMBEROFPERFORMANCES" type="xs:int"/>
									<xs:element name="PRICETABLEAK" type="xs:string"/>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:choice>
				</xs:complexType>
			</xs:element>
			<xs:element name="SUBSCRIPTIONTYPE" type="xs:int"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="SUBSCRIBE_V2RESP">
		<xs:all>
			<xs:element name="ERROR" type="ERROR"/>
			<xs:element name="WAITLISTSUBSCRIPTIONITEM" type="WAITLISTSUBSCRIPTION_V2" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Object containing the list of performances</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="UNSUBSCRIBE_V2REQ">
		<xs:annotation>
			<xs:documentation>Wait List Unsubscribe</xs:documentation>
		</xs:annotation>
		<xs:all>
			<xs:element name="WAITLISTSUBSCRIPTIONID" type="xs:int"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="UNSUBSCRIBE_V2RESP">
		<xs:all>
			<xs:element name="ERROR" type="ERROR"/>
			<xs:element name="WAITLISTSUBSCRIPTIONITEM" type="WAITLISTSUBSCRIPTION_V2" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Object containing the list of performances</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:all>
	</xs:complexType>
</xs:schema>
