<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Andrea Martinotti (OmniTicket Network Administration) -->
<!-- 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" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="../xsd/APICommon.xsd"/>
	<xs:complexType name="STOREDPROCEDUREPARAMETERLIST">
		<xs:sequence>
			<xs:element name="STOREDPROCEDUREPARAMETERITEM" maxOccurs="unbounded">
				<xs:complexType>
					<xs:all>
						<xs:element name="NAME" type="xs:string"/>
						<xs:element name="VALUE" type="xs:string"/>
					</xs:all>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="RAISEANACCESSVIOLATIONRESP">
		<xs:all>
			<xs:element name="ERROR" type="ERROR"/>
			<xs:element name="DUMMY" type="xs:string"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="EXECSTOREDPROCEDUREREQ">
		<xs:all>
			<xs:element name="STOREDPROCEDURENAME" type="xs:string"/>
			<xs:element name="STOREDPROCEDUREPARAMETERLIST" type="STOREDPROCEDUREPARAMETERLIST" minOccurs="0"/>
		</xs:all>
	</xs:complexType>
	<xs:complexType name="EXECSTOREDPROCEDURERESP">
		<xs:all>
			<xs:element name="ERROR" type="ERROR"/>
			<xs:element name="STOREDPROCEDURERESULT" type="xs:string" minOccurs="0"/>
		</xs:all>
	</xs:complexType>
</xs:schema>
