Konzept Vertragsänderungen, Konvertierungen in Kfz, WKZ Einschluss-Ausschluss

This commit is contained in:
2024-06-23 13:13:03 +02:00
parent e09a016700
commit 932a4f0da2
3 changed files with 11 additions and 1 deletions

View File

@@ -3624,7 +3624,7 @@
<xsd:complexType>
<xsd:sequence>
<xsd:element name="PersonId" type="ObjektId_Type"/><!-- wenn nur ID verwendet werden soll -->
<xsd:element name="Person" type="omds:PERSON_Type" minOccurs=""/><!-- wenn Informationen zur Person übertragen werden sollen -->
<xsd:element name="Person" type="omds:PERSON_Type" minOccurs="0"/><!-- wenn Informationen zur Person übertragen werden sollen -->
<xsd:element name="Rolle" type="omds:VtgRolleCd_Type"/>
</xsd:sequence>
</xsd:complexType>

View File

@@ -150,9 +150,19 @@
</xsd:annotation>
</xsd:element>
<xsd:complexType name="GetDocumentsOfPeriodResponse_Type">
<xsd:annotation>
<xsd:documentation>Deprecated. Typ mit Informationen zu den Dokumenten eines Zeitraums</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="Result" type="DocumentInfosResponseResult_Type"/>
<xsd:element name="ServiceFault" type="cst:ServiceFault" maxOccurs="unbounded"/><!-- deprecated -->
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="DocumentsOfPeriodResponse_Type">
<xsd:annotation>
<xsd:documentation>Typ mit Informationen zu den Dokumenten eines Zeitraums</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="Result" type="DocumentInfosResponseResult_Type"/>
<xsd:element name="ServiceFault" type="cst:ServiceFault" maxOccurs="unbounded"/><!-- deprecated -->