1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-22 01:02:17 -05:00

use xs:annotation to annotate in schema

This commit is contained in:
Philipp Hancke 2015-09-30 10:48:58 -07:00
parent 010fa79105
commit 4c6166fbac

View File

@ -303,7 +303,12 @@ a=setup:role
<xs:enumeration value='active'/> <xs:enumeration value='active'/>
<xs:enumeration value='passive'/> <xs:enumeration value='passive'/>
<xs:enumeration value='actpass'/> <xs:enumeration value='actpass'/>
<xs:enumeration value='holdconn'/><!-- not used --> <xs:enumeration value='holdconn'/>
<xs:annotation>
<xs:documentation>
the 'holdconn' value is not used and included only for completeness.
</xs:documentation>
</xs:annotation>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
</xs:attribute> </xs:attribute>