<?xml version="1.0" encoding="UTF-8"?>
<!-- XML Schema for Angel RM response messages -->
<!-- Version 0.03 -->
<!-- edited by Simon McLeish (s.mcleish@lse.ac.uk) 07/08/03 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns="http://www.angel.ac.uk/rm_response"
	elementFormDefault="qualified"
	attributeFormDefault="unqualified"
	targetNamespace="http://www.angel.ac.uk/rm_response"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.angel.ac.uk/rm_response http://www.angel.ac.uk/schemas/rm_response.xsd">
  <xs:annotation>
    <xs:documentation>
XML Schema for Angel RM response messages
Version 0.03
Edited by Simon McLeish (s.mcleish@lse.ac.uk) 2003-08-07
    </xs:documentation>
  </xs:annotation>
  <xs:element name="resourceResponse">
    <xs:complexType>
      <xs:sequence minOccurs="1" maxOccurs="unbounded">
        <xs:choice>
          <xs:element ref="partialResults" minOccurs="0"/>
	  <xs:any />
	</xs:choice>
      </xs:sequence>
      <xs:attribute name="response_type" type="xs:string" />
      <xs:anyAttribute />
    </xs:complexType>
  </xs:element>
  <xs:element name="partialResults">
    <xs:complexType>
      <xs:sequence>
       <xs:element name="startNo" type="xs:string" />
       <xs:element name="number" type="xs:string" />
       <xs:element name="totalNo" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>

