URL, Reihenfolge Tags und kgpz:nonemptystring

This commit is contained in:
Simon Martens
2024-05-11 13:07:37 +02:00
parent 3bcadceff5
commit 9eb1d4fa50
9 changed files with 4479 additions and 4468 deletions

View File

@@ -7,7 +7,6 @@
<xsd:simpleType name="NonEmptyString">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1" />
<xsd:pattern value=".*[^\s].*" />
</xsd:restriction>
</xsd:simpleType>