mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-briefe.git
synced 2025-10-29 17:15:31 +00:00
BUGFIX: Reihenfolge in <sent> und <recieved> nicht mehr wichtig.
This commit is contained in:
@@ -5198,7 +5198,8 @@
|
|||||||
</sent>
|
</sent>
|
||||||
<received>
|
<received>
|
||||||
<person ref="4" />
|
<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>
|
</received>
|
||||||
<hasOriginal value="true" />
|
<hasOriginal value="true" />
|
||||||
<isProofread value="true" />
|
<isProofread value="true" />
|
||||||
|
|||||||
@@ -8,14 +8,14 @@
|
|||||||
<xsd:include schemaLocation="common.xsd"></xsd:include>
|
<xsd:include schemaLocation="common.xsd"></xsd:include>
|
||||||
|
|
||||||
<xsd:complexType name="actionattributes">
|
<xsd:complexType name="actionattributes">
|
||||||
<xsd:sequence>
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
<xsd:element name="date" type="lenz:date" minOccurs="0"
|
<xsd:element name="date" type="lenz:date" minOccurs="0"
|
||||||
maxOccurs="unbounded" />
|
maxOccurs="unbounded" />
|
||||||
<xsd:element name="location" type="lenz:ortref" minOccurs="0"
|
<xsd:element name="location" type="lenz:ortref" minOccurs="0"
|
||||||
maxOccurs="unbounded" />
|
maxOccurs="unbounded" />
|
||||||
<xsd:element name="person" type="lenz:personref" minOccurs="0"
|
<xsd:element name="person" type="lenz:personref" minOccurs="0"
|
||||||
maxOccurs="unbounded" />
|
maxOccurs="unbounded" />
|
||||||
</xsd:sequence>
|
</xsd:choice>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
|
||||||
<xsd:element name="opus">
|
<xsd:element name="opus">
|
||||||
|
|||||||
Reference in New Issue
Block a user