mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 00:55:31 +00:00
Erklärung und Ergänzung Schemata
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user