mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-briefe.git
synced 2025-12-16 10:55:31 +00:00
FIX: jeder Brieftext muss mit <page> anfangen.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user