mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
config.xsd: adapt Boolean type to ascii_to(bool)
Harmonize the set of allowed values with the implementation of ascii_to for bool. Issue #2815
This commit is contained in:
parent
14482146c5
commit
cea22866a8
@ -5,10 +5,10 @@
|
|||||||
<xs:restriction base="xs:string">
|
<xs:restriction base="xs:string">
|
||||||
<xs:enumeration value="true" />
|
<xs:enumeration value="true" />
|
||||||
<xs:enumeration value="yes" />
|
<xs:enumeration value="yes" />
|
||||||
<xs:enumeration value="1" />
|
<xs:enumeration value="on" />
|
||||||
<xs:enumeration value="false" />
|
<xs:enumeration value="false" />
|
||||||
<xs:enumeration value="no" />
|
<xs:enumeration value="no" />
|
||||||
<xs:enumeration value="0" />
|
<xs:enumeration value="off" />
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType><!-- Boolean -->
|
</xs:simpleType><!-- Boolean -->
|
||||||
|
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
<xs:restriction base="xs:string">
|
<xs:restriction base="xs:string">
|
||||||
<xs:enumeration value="true" />
|
<xs:enumeration value="true" />
|
||||||
<xs:enumeration value="yes" />
|
<xs:enumeration value="yes" />
|
||||||
<xs:enumeration value="1" />
|
<xs:enumeration value="on" />
|
||||||
<xs:enumeration value="false" />
|
<xs:enumeration value="false" />
|
||||||
<xs:enumeration value="no" />
|
<xs:enumeration value="no" />
|
||||||
<xs:enumeration value="0" />
|
<xs:enumeration value="off" />
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType><!-- Boolean -->
|
</xs:simpleType><!-- Boolean -->
|
||||||
|
|
||||||
|
@ -12,10 +12,10 @@
|
|||||||
<xs:restriction base="xs:string">
|
<xs:restriction base="xs:string">
|
||||||
<xs:enumeration value="true" />
|
<xs:enumeration value="true" />
|
||||||
<xs:enumeration value="yes" />
|
<xs:enumeration value="yes" />
|
||||||
<xs:enumeration value="1" />
|
<xs:enumeration value="on" />
|
||||||
<xs:enumeration value="false" />
|
<xs:enumeration value="false" />
|
||||||
<xs:enumeration value="no" />
|
<xs:enumeration value="no" />
|
||||||
<xs:enumeration value="0" />
|
<xs:enumeration value="off" />
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType><!-- Boolean -->
|
</xs:simpleType><!-- Boolean -->
|
||||||
|
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
<xs:restriction base="xs:string">
|
<xs:restriction base="xs:string">
|
||||||
<xs:enumeration value="true" />
|
<xs:enumeration value="true" />
|
||||||
<xs:enumeration value="yes" />
|
<xs:enumeration value="yes" />
|
||||||
<xs:enumeration value="1" />
|
<xs:enumeration value="on" />
|
||||||
<xs:enumeration value="false" />
|
<xs:enumeration value="false" />
|
||||||
<xs:enumeration value="no" />
|
<xs:enumeration value="no" />
|
||||||
<xs:enumeration value="0" />
|
<xs:enumeration value="off" />
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType><!-- Boolean -->
|
</xs:simpleType><!-- Boolean -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user