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:
de26097
)
Add minlength and maxlength elements to option.xsd
author
IceQ1337
<IceQ1337@users.noreply.github.com>
Fri, 16 Feb 2024 19:19:21 +0000
(20:19 +0100)
committer
Olaf Braun
<info@braun-development.de>
Thu, 7 Mar 2024 15:37:08 +0000
(16:37 +0100)
XSD/option.xsd
patch
|
blob
|
blame
|
history
diff --git
a/XSD/option.xsd
b/XSD/option.xsd
index a83b4814ac7aadae8dbb74a2c926397b21ef87d0..94067e031aa0db9aec4bc8b5ef486f98b42334ac 100644
(file)
--- a/
XSD/option.xsd
+++ b/
XSD/option.xsd
@@
-72,6
+72,8
@@
<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:element name="minlength" type="xs:int" minOccurs="0" />
+ <xs:element name="maxlength" type="xs:int" minOccurs="0" />
</xs:all>
</xs:extension>
</xs:complexContent>