<?xml version="1.0" encoding="UTF-8"?>
<!-- XML Schema for Angel RM diagnostic messages -->
<!-- Version 0.03 -->
<!-- edited by Simon McLeish (s.mcleish@lse.ac.uk) 29/03/03 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
	targetNamespace="http://www.angel.ac.uk/diagnostic"
	xmlns="http://www.angel.ac.uk/diagnostic"
	elementFormDefault="qualified"
	attributeFormDefault="unqualified"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.angel.ac.uk/diagnostic http://www.angel.ac.uk/schemas/diagnostic.xsd">
  <xs:annotation>
    <xs:documentation>
XML Schema for Angel RM diagnostic messages
Version 0.03
Edited by Simon McLeish (s.mcleish@lse.ac.uk) 2003-03-29
    </xs:documentation>
  </xs:annotation>
  <xs:element name="diagnostic">
    <xs:complexType>
      <xs:sequence minOccurs="0" maxOccurs="4">
        <xs:element name="diagnosticCode" type="xs:positiveInteger" minOccurs="0" />
	<xs:element name="diagnosticString" type="xs:string" minOccurs="0" />
	<xs:element name="diagnosticType" type="xs:string" minOccurs="0" />
	<xs:element name="diagnosticAddInfo" type="xs:string" minOccurs="0" />
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>

