<?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://kwarc.info/sally/comm/core" elementFormDefault="qualified"> <xs:element name="registerdocument"> <xs:complexType> <xs:sequence> <xs:element name="documentqueue" type="xs:string" /> <xs:element name="interfaces" type="xs:string" maxOccurs="unbounded" minOccurs="1"></xs:element> <xs:element name="environmentid" type="xs:string" /> <xs:element name="userid" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="registerdocumentresponse"> <xs:complexType> <xs:sequence> <xs:element name="sallyqueue" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="heartbeatrequest"> <xs:complexType> </xs:complexType> </xs:element> <xs:element name="heartbeatresponse"> <xs:complexType> </xs:complexType> </xs:element> </xs:schema>