Fehlender Typ für den Download von Dokumenten Postserivce ergänzt, Neuer Ausfertigungsgrund "Wertnachricht" (11).

This commit is contained in:
2024-10-18 10:30:20 +02:00
parent 591da47a1e
commit a9afac7872
3 changed files with 9 additions and 1 deletions

View File

@@ -196,6 +196,8 @@
8 & \makecell[tl]{Manuelle Prämienberechnung} \\
9 & \makecell[tl]{Indexanpassung} \\
10 & \makecell[tl]{Wertsicherung (Dynamik im Bereich Leben)} \\
11 & \makecell[tl]{Wertnachricht (aktuelle Vertragsinformation)} \\
\bottomrule
\end{tabular} \\

View File

@@ -3960,6 +3960,12 @@
<xsd:documentation>Ähnlich einer Indexanpassung hier aber Dynamik im Lebensbereich.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="11">
<xsd:annotation>
<xsd:documentation>Wertnachricht (aktuelle Vertragsinformation)</xsd:documentation>
<xsd:documentation>Trotz Namensähnlickeit nicht gleich Wertsicherung (10).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="SchadenObjektSpezifikation_Type">

View File

@@ -218,7 +218,7 @@
<xsd:documentation>Wenn "wahr", werden direkt die Binärdaten der Dokumente im Response retourniert, andernfalls werden nur Metadaten der Dokumente retourniert. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NurNichtabgeholte" minOccurs="0">
<xsd:element name="NurNichtabgeholte" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Optionales Feature, nicht jeder Provider muss dies unterstützen.</xsd:documentation>
</xsd:annotation>