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