Aufnahme Polizzennr und VertragsID, Modifikationen an Geschäftsfall-Log
This commit is contained in:
Binary file not shown.
@@ -86,14 +86,29 @@
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Zeitpunkt" type="omds:Datum-Zeit"/>
|
||||
<xsd:element name="Txt" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Optional ein Text, welcher das Event beschreibt.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="Status" type="xsd:string">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Resultierender bzwl aktueller Status des Geschäftsfalls</xsd:documentation>
|
||||
<xsd:documentation>Resultierender bzw. aktueller Status des Geschäftsfalls</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Objekt">
|
||||
<xsd:element name="RueckmeldungErforderlich" type="xsd:boolean" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Geändertes Objekt</xsd:documentation>
|
||||
<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:annotation>
|
||||
<xsd:documentation>Geänderte Objekte</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
@@ -127,14 +142,14 @@
|
||||
<xsd:documentation>Optional der bisherige Status</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="DokumentId" type="xsd:string" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Dokument welches die Änderung belegt</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="DokumentId" type="xsd:string" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Dokument welches die Änderung belegt</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- Declare gehoert in das Vermittler WSDL-->
|
||||
|
||||
@@ -372,6 +372,16 @@
|
||||
<xsd:documentation>Hier sind 3 Arten von Dokumenten enthalten: Solche, die der Kunde nur ausgefolgt bekommt, solche, die er unterschrieben zurück liefern soll und Anforderung von beizubringenden Dokumenten.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Polizzennr" type="omds:Polizzennr" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Optional eine Polizzennr, wenn sofort polizziert wurde</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="VertragsID" type="omds:VertragsID" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Optional eine VertragsID, wenn sofort polizziert wurde</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
|
||||
Reference in New Issue
Block a user