Kleinere Änderungen an Xsd und Doku "Flotte", Beispiel für Response ergänzt

This commit is contained in:
2025-04-03 16:46:35 +02:00
parent 9099ee2c0b
commit 9f8c627f43
6 changed files with 93 additions and 1 deletions

View File

@@ -3058,6 +3058,11 @@
<xsd:documentation>Eine oder mehrere Bewertungen oder Schätzungen als Betrag.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Meldung" type="ServiceFault" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Im Response: Meldung zum versicherten Interesse</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="Lfnr" type="xsd:unsignedShort" use="required">
<xsd:annotation>

View File

@@ -180,6 +180,11 @@
<xsd:complexContent>
<xsd:extension base="AngabenEinbeziehung_Type">
<xsd:sequence>
<xsd:element name="Meldung" type="cst:ServiceFault" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Im Response: Meldungen zu den Angaben</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Beginn" type="cst:AttributDatum_Type" >
<xsd:annotation><xsd:documentation>Ab wann die Einbeziehung gelten soll.</xsd:documentation></xsd:annotation>
</xsd:element>
@@ -268,7 +273,7 @@
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="Bezeichnung" type="xsd:string" />
<!-- <xsd:attribute name="Bezeichnung" type="xsd:string" />-->
</xsd:complexType>
<xsd:complexType name="Deckungsbaum_Type" final="#all">
<xsd:annotation><xsd:documentation>Deckungsbaustein der Ebene 1 "Verkaufsprodukt".</xsd:documentation></xsd:annotation>