mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Add day support to period in schema #2660
This commit is contained in:
parent
1fde3884bd
commit
bd53db2040
2 changed files with 4 additions and 3 deletions
|
@ -64,7 +64,7 @@
|
|||
<simpleType name="pLimitType">
|
||||
<restriction base="unsignedShort">
|
||||
<minInclusive value="1"/>
|
||||
<maxInclusive value="99"/>
|
||||
<maxInclusive value="1095"/>
|
||||
</restriction>
|
||||
</simpleType>
|
||||
|
||||
|
@ -72,6 +72,7 @@
|
|||
<restriction base="token">
|
||||
<enumeration value="y"/>
|
||||
<enumeration value="m"/>
|
||||
<enumeration value="d"/>
|
||||
</restriction>
|
||||
</simpleType>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue