Fehlendes Dokument ON_1.01.2_Listenservices.docx wiederhergestellt, Events müssen nicht zwinged ein Businessobjekt enthalten.

This commit is contained in:
2023-10-13 16:55:38 +02:00
parent c90938c66b
commit 33a11cb22d
4 changed files with 6 additions and 7 deletions

View File

@@ -492,7 +492,7 @@
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="CommonSearchRequest_Type" abstract="true">
<xsd:complexType name="CommonSearchRequest_Type" abstract="true"><!-- wird für GetStateChanges verwendet -->
<xsd:annotation>
<xsd:documentation>Abstakter Typ fuer Suchanfragen</xsd:documentation>
</xsd:annotation>
@@ -526,9 +526,8 @@
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
<!-- wird für GetStateChanges verwendet -->
</xsd:complexType>
<xsd:complexType name="CommonSearchResponse_Type" abstract="true">
<xsd:complexType name="CommonSearchResponse_Type" abstract="true"><!-- wird für GetStateChanges verwendet -->
<xsd:annotation>
<xsd:documentation>Abstrakter Typ für Ergebnisse von Suchen</xsd:documentation>
</xsd:annotation>

View File

@@ -306,9 +306,9 @@
<xsd:documentation>Flag ist vorhanden und wahr, wenn Prozess auf Rückmeldung vom Vermittler wartet.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Objekt" maxOccurs="unbounded">
<xsd:element name="Objekt" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Geänderte Objekte</xsd:documentation>
<xsd:documentation>Betroffene Objekte</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
@@ -324,7 +324,7 @@
</xsd:element>
<xsd:element name="ArtAenderung" type="cst:ArtAenderung_Type">
<xsd:annotation>
<xsd:documentation>Grundsätziche Art der Änderung: Angelegt, Geändert, Gelöscht</xsd:documentation>
<xsd:documentation>Grundsätziche Art der Änderung: Angelegt, Geändert, Gelöscht, Unverändert</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GueltigAb" type="omds:Datum">
@@ -391,7 +391,7 @@
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:simpleType>
<xsd:complexType name="StateChangeEvent_Type">
<xsd:annotation>
<xsd:documentation>Deprecated: Verwende statt dessen GeschaeftsfallEreignis_Type</xsd:documentation>