Datumsformat geändert ->

This commit is contained in:
Simon Martens
2024-05-11 18:50:48 +02:00
parent a3d7d90977
commit e66028399b
7 changed files with 813 additions and 744 deletions

View File

@@ -16,7 +16,7 @@
<xsd:element name="nummer" type="xsd:positiveInteger" minOccurs="1" maxOccurs="1" />
<!-- Lässt sich aus Nummer + Jahr berechnen. -->
<xsd:element name="datum" type="xsd:date" minOccurs="1" maxOccurs="1" />
<xsd:element name="datum" type="kgpz:date" minOccurs="1" maxOccurs="1" />
<!-- Von + bis lässt sich aus Nummer berechnen (n-1) * 4 + 1 bzw. (n-1) * 4 + 1 -->
<xsd:element name="von" type="xsd:positiveInteger" minOccurs="1" maxOccurs="1"/>
@@ -35,7 +35,7 @@
</xsd:complexType>
<xsd:unique name="uniqueNummer">
<xsd:selector xpath="kgpz:stueck" />
<xsd:field xpath="kgpz:datum" />
<xsd:field xpath="kgpz:datum/@when" />
</xsd:unique>
</xsd:element>
</xsd:schema>