projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aea8d4
)
Added documentation of minvalue / maxvalue
author
Marcel Werk
<burntime@woltlab.com>
Mon, 16 May 2022 19:47:11 +0000
(21:47 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Mon, 16 May 2022 19:47:11 +0000
(21:47 +0200)
XSD/option.xsd
patch
|
blob
|
blame
|
history
diff --git
a/XSD/option.xsd
b/XSD/option.xsd
index 44758e5ca4e15b680a6ceac17c92ceb9b61fd272..a83b4814ac7aadae8dbb74a2c926397b21ef87d0 100644
(file)
--- a/
XSD/option.xsd
+++ b/
XSD/option.xsd
@@
-70,6
+70,8
@@
<xs:element name="permissions" type="xs:string" minOccurs="0" />
<xs:element name="supporti18n" type="woltlab_boolean" minOccurs="0" />
<xs:element name="suffix" type="xs:string" minOccurs="0" />
+ <xs:element name="minvalue" type="xs:int" minOccurs="0" />
+ <xs:element name="maxvalue" type="xs:int" minOccurs="0" />
</xs:all>
</xs:extension>
</xs:complexContent>