FIX: doppelte page tags entfernt

This commit is contained in:
Simon Martens
2025-09-17 14:56:04 +02:00
parent ed8a0a9a7e
commit 744c64123c
2 changed files with 13 additions and 6 deletions

View File

@@ -69,6 +69,13 @@
</xs:sequence>
<xs:attribute name="letter" type="xs:nonNegativeInteger" use="required" />
</xs:complexType>
<xs:unique name="uniquePageIndex">
<xs:annotation>
<xs:documentation>Pflicht: Jede Seite hat eine eindeutige Index-Nummer innerhalb eines Briefes.</xs:documentation>
</xs:annotation>
<xs:selector xpath="lenz:page" />
<xs:field xpath="@index" />
</xs:unique>
</xs:element>
</xs:schema>