Bugfix: Kommentare in meta.xml erhalten

This commit is contained in:
Simon Martens
2025-02-05 20:12:43 +01:00
parent 630a1eae69
commit ff78eb7e6d
3 changed files with 73 additions and 39 deletions

View File

@@ -58,9 +58,19 @@
</xsd:sequence>
<xsd:attribute name="letter" type="xsd:nonNegativeInteger" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:unique name="uniqueIndexLetter">
<xsd:annotation>
<xsd:documentation>Pflicht: Jeder Akteur hat eine eindeutige ID.</xsd:documentation>
</xsd:annotation>
<xsd:selector xpath="lenz:letterDesc" />
<xsd:field xpath="@letter" />
</xsd:unique>
</xsd:element>
</xsd:sequence>
</xsd:complexType>