Open GoogleCodeExporter opened 9 years ago
as specified in:
http://xmpp.org/extensions/xep-0004.html#schema
Original comment by BCaseyHa...@gmail.com
on 13 Nov 2008 at 5:37
The parts that are missing the I need are:
<xs:element name='reported'>
<xs:complexType>
<xs:sequence>
<xs:element ref='field' maxOccurs='unbounded'/>
</xs:sequence>
</xs:complexType>
<xs:annotation>
<xs:documentation>
When contained in a "reported" element, the "field" element
SHOULD NOT contain a "value" child.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name='item'>
<xs:complexType>
<xs:sequence>
<xs:element ref='field' maxOccurs='unbounded'/>
</xs:sequence>
</xs:complexType>
</xs:element>
These are needed to support:
http://xmpp.org/extensions/xep-0055.html
Original comment by BCaseyHa...@gmail.com
on 13 Nov 2008 at 5:39
Original comment by hil...@gmail.com
on 3 Dec 2008 at 3:34
Original issue reported on code.google.com by
BCaseyHa...@gmail.com
on 13 Nov 2008 at 5:25