<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2015 (x64) (http://www.altova.com) by Davide Stornaiuolo (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="APPLYBATTELLIREQ"/>
	<xs:complexType name="APPLYBATTELLIRESP">
		<xs:all>
			<xs:element name="RULEAPPLICATIONTYPE" type="xs:int">
				<xs:annotation>
					<xs:documentation>0 - RulesNotApplied
1 - RulesPartiallyApplied
2 - RulesFullyApplied</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ERROR" type="ERROR"/>
		</xs:all>
	</xs:complexType>
</xs:schema>
