Kardinalität für Konvertierungsmöglichkeit und Konvertierungsplan auf 1 reduziert.

This commit is contained in:
2022-06-03 14:57:40 +02:00
parent c07f5aac63
commit 664f018461
8 changed files with 56 additions and 70 deletions

View File

@@ -537,9 +537,9 @@
<xsd:complexContent>
<xsd:extension base="cst:CommonResponse_Type">
<xsd:sequence>
<xsd:element name="Scope" type="Konvertierungsumfang_Type" maxOccurs="unbounded">
<xsd:element name="Konvertierungsmoeglichkeit" type="Konvertierungsumfang_Type">
<xsd:annotation>
<xsd:documentation>Konvertierungsmöglichkeiten</xsd:documentation>
<xsd:documentation>Eine Konvertierungsmöglichkeit oder mehrere Möglichkeiten.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
@@ -555,9 +555,9 @@
<xsd:complexContent>
<xsd:extension base="cst:CommonRequest_Type">
<xsd:sequence>
<xsd:element name="Konvertierungsplan" type="Konvertierungsumfang_Type" maxOccurs="unbounded">
<xsd:element name="Konvertierungsplan" type="Konvertierungsumfang_Type">
<xsd:annotation>
<xsd:documentation>Angabe auf welchem Vertrag oder welchen Verträgen der neue Vertrag aufgebaut werden soll</xsd:documentation>
<xsd:documentation>Angabe auf welchem Vertrag oder welchen Verträgen der neue Vertrag aufgebaut werden soll.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>