blob: 417b6a2a948d5202009a2c9ed0be67c83f6550d1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="to" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
<xs:element name="message" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
<xs:element name="from" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
<xs:element name="note">
<xs:complexType>
<xs:sequence>
<xs:element ref="from"/>
<xs:element ref="to"/>
<xs:element ref="message"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>