<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
		targetNamespace="http://xmlgw.cocredo.com/v2-0/docs/schemas" 
		xmlns="http://xmlgw.cocredo.com/v2-0/docs/schemas"
		elementFormDefault="qualified">
	<xsd:annotation>
	<xsd:documentation>Any errors detected will be returned using this schema</xsd:documentation>
	</xsd:annotation>
<xsd:element name="ErrorResponse">
	<xsd:complexType>
		<xsd:sequence>
			<xsd:element name="ErrorsFound" type="xsd:integer" />
			<xsd:element name="Error" minOccurs="0" maxOccurs="unbounded">
				<xsd:complexType>
					<xsd:all>
						<xsd:element name="ErrorCode" type="xsd:string" />
						<xsd:element name="ErrorMessage" type="xsd:string" />
					</xsd:all>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
</xsd:element>
</xsd:schema>