mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
schema correction to track 0.10
This commit is contained in:
parent
ff4fd12c8e
commit
2cb9d1e6e6
18
xep-0220.xml
18
xep-0220.xml
@ -603,17 +603,17 @@ receiver.target.tld. 86400 IN A 10.44.0.4
|
||||
|
||||
<xs:schema
|
||||
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||
targetNamespace='urn:xmpp:features:dialback'
|
||||
xmlns='urn:xmpp:features:dialback'
|
||||
targetNamespace='urn:xmpp:features:dialback:1'
|
||||
xmlns='urn:xmpp:features:dialback:1'
|
||||
elementFormDefault='qualified'>
|
||||
|
||||
<xs:element name='dialback'>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name='errors' minOccurs='0' type='empty'/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name='dialback' type='empty'/>
|
||||
|
||||
<xs:simpleType name='empty'>
|
||||
<xs:restriction base='xs:string'>
|
||||
<xs:enumeration value=''/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
|
||||
</xs:schema>
|
||||
]]></code>
|
||||
|
Loading…
Reference in New Issue
Block a user