mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-17 07:40:08 -05:00
XEP-0260: Make @sid required in the schema
Section 2.2 1. says “The 'sid' attribute MUST be included. This attribute specifies the Stream ID for this bytestream.”
This commit is contained in:
parent
ff386ef484
commit
55e9e3baec
@ -656,7 +656,7 @@ Romeo Juliet
|
|||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
<xs:attribute name='sid' type='xs:string' use='optional'/>
|
<xs:attribute name='sid' type='xs:string' use='required'/>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user