mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
timeout_types.xsd: allow 0 seconds
The previous range was from 1..X because we only used it for durations. But with the Depot Autopilot we want to use it also for a timestamp.
This commit is contained in:
parent
a1ff3cc317
commit
5bb5a62d37
@ -3,7 +3,7 @@
|
||||
|
||||
<xs:simpleType name="Seconds">
|
||||
<xs:restriction base="xs:integer">
|
||||
<xs:minInclusive value="1"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
<xs:maxInclusive value="3600"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType><!-- Seconds -->
|
||||
|
Loading…
Reference in New Issue
Block a user