Erklärung und Ergänzung Schemata

This commit is contained in:
Simon Martens
2024-05-08 18:31:39 +02:00
parent 9f354952e8
commit 43fd4b7127
13 changed files with 120 additions and 91 deletions

View File

@@ -13,8 +13,17 @@
<xsd:simpleType name="Year">
<xsd:restriction base="xsd:unsignedInt">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="2024"/>
<xsd:minInclusive value="0" />
<xsd:maxInclusive value="2024" />
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="ref">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="ref" use="required" type="kgpz:NonEmptyString" />
<xsd:attribute name="unsicher" use="optional" default="false" type="xsd:boolean" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:schema>