BUGFIX: Reihenfolge in <sent> und <recieved> nicht mehr wichtig.

This commit is contained in:
Simon Martens
2025-02-13 10:52:01 +01:00
parent 359bca0447
commit 48ee2f0174
2 changed files with 30 additions and 29 deletions

View File

@@ -5198,7 +5198,8 @@
</sent>
<received>
<person ref="4" />
<person ref="5" /><!-- Ist Dorothea Lenz die in diesem Brief angesprochene Schwester von Lenz? -->
<person ref="5" /><!-- Ist Dorothea Lenz die in diesem Brief angesprochene Schwester von
Lenz? -->
</received>
<hasOriginal value="true" />
<isProofread value="true" />

View File

@@ -8,14 +8,14 @@
<xsd:include schemaLocation="common.xsd"></xsd:include>
<xsd:complexType name="actionattributes">
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="date" type="lenz:date" minOccurs="0"
maxOccurs="unbounded" />
<xsd:element name="location" type="lenz:ortref" minOccurs="0"
maxOccurs="unbounded" />
<xsd:element name="person" type="lenz:personref" minOccurs="0"
maxOccurs="unbounded" />
</xsd:sequence>
</xsd:choice>
</xsd:complexType>
<xsd:element name="opus">