base_types.xsd: allow session labels of length 0

This commit is contained in:
Martin Stein 2018-10-02 15:11:40 +02:00 committed by Christian Helmuth
parent fe3f67f712
commit 5e8c53f61c
1 changed files with 1 additions and 1 deletions

View File

@ -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 -->