mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
use xs:annotation to annotate in schema
This commit is contained in:
parent
010fa79105
commit
4c6166fbac
@ -303,7 +303,12 @@ a=setup:role
|
||||
<xs:enumeration value='active'/>
|
||||
<xs:enumeration value='passive'/>
|
||||
<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:simpleType>
|
||||
</xs:attribute>
|
||||
|
Loading…
Reference in New Issue
Block a user