mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
base_types.xsd: allow session labels of length 0
This commit is contained in:
parent
fe3f67f712
commit
5e8c53f61c
@ -27,7 +27,7 @@
|
||||
|
||||
<xs:simpleType name="Session_label">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:minLength value="1"/>
|
||||
<xs:minLength value="0"/>
|
||||
<xs:maxLength value="160"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType><!-- Session_label -->
|
||||
|
Loading…
Reference in New Issue
Block a user