FIX: jeder Brieftext muss mit <page> anfangen.

This commit is contained in:
Simon Martens
2025-09-17 14:54:00 +02:00
parent 20301679a4
commit ed8a0a9a7e
2 changed files with 129 additions and 126 deletions

File diff suppressed because one or more lines are too long

View File

@@ -36,6 +36,8 @@
<!-- Main Letter Text Element -->
<xs:element name="letterText">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element ref="page" minOccurs="1" maxOccurs="1" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="page" />
<xs:element ref="line" />
@@ -64,6 +66,7 @@
<xs:element ref="ink" />
<xs:element ref="ru" />
</xs:choice>
</xs:sequence>
<xs:attribute name="letter" type="xs:nonNegativeInteger" use="required" />
</xs:complexType>
</xs:element>