Kombinationen können auch nicht-kombinierbare Elemente enthalten.

This commit is contained in:
2022-05-19 11:25:51 +02:00
parent e0e4fa323e
commit 18c548f525

View File

@@ -38,7 +38,7 @@
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="errorCode" type="xsd:integer">
<xsd:element name="errorCode" type="xsd:integer" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Fehlercode entsprechend allgemeiner Fehlerliste
</xsd:documentation>
@@ -1210,6 +1210,7 @@
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="zulaessige" type="xsd:boolean" default="true" use="optional"/>
</xsd:complexType>
<xsd:complexType name="Kombination_Type">
<xsd:annotation>