Korrektur unfall

This commit is contained in:
2019-09-24 10:36:03 +02:00
parent ce4846b980
commit 97e02168cc

View File

@@ -28,16 +28,7 @@
<xsd:documentation>Selbstbehalt über alle Elementarprodukte einheitlich.</xsd:documentation> <xsd:documentation>Selbstbehalt über alle Elementarprodukte einheitlich.</xsd:documentation>
</xsd:annotation> </xsd:annotation>
</xsd:element> </xsd:element>
<xsd:element name="VersPersonenRefLfnr" type="xsd:unsignedShort" maxOccurs="unbounded"> <xsd:element name="Leistungsarten" type="ElementarproduktUnfall_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Referenzen auf versicherte Interessen</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LeistungsartTod" type="ElementarproduktUnfall_Type" minOccurs="0"/>
<xsd:element name="LeistungartInvaliditaet" type="ElementarproduktUnfall_Type" minOccurs="0"/>
<xsd:element name="LeistungsartUnfallkosten" type="ElementarproduktUnfall_Type" minOccurs="0"/>
<xsd:element name="LeistungsartSpitalgeld" type="ElementarproduktUnfall_Type" minOccurs="0"/>
<xsd:element name="Leistungsarten" type="GenElementarproduktUnfall_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Liste der Elementarprodukte</xsd:documentation> <xsd:documentation>Liste der Elementarprodukte</xsd:documentation>
</xsd:annotation> </xsd:annotation>
@@ -53,33 +44,17 @@
<xsd:complexContent> <xsd:complexContent>
<xsd:extension base="cst:ElementarproduktGenerisch_Type"> <xsd:extension base="cst:ElementarproduktGenerisch_Type">
<xsd:sequence> <xsd:sequence>
<xsd:element name="VersPersonRefLfNr" type="xsd:unsignedShort" minOccurs="0"> <xsd:element name="VersPersonRefLfNr" type="xsd:unsignedShort">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Bezug auf ein versichertes Interesse</xsd:documentation> <xsd:documentation>Bezug auf ein versichertes Interesse</xsd:documentation>
</xsd:annotation> </xsd:annotation>
</xsd:element> </xsd:element>
<xsd:element name="Versicherungssumme" type="xsd:unsignedInt"/> <xsd:element name="Versicherungssumme" type="omds:decimal"/>
<xsd:element name="Selbstbehalt" type="cst:Selbstbehalt_Type" minOccurs="0"/> <xsd:element name="Selbstbehalt" type="cst:Selbstbehalt_Type" minOccurs="0"/>
</xsd:sequence> </xsd:sequence>
</xsd:extension> </xsd:extension>
</xsd:complexContent> </xsd:complexContent>
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="GenElementarproduktUnfall_Type">
<xsd:annotation>
<xsd:documentation>Typ für die generische Abbildung von Deckungen in Unfall.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ElementarproduktUnfall_Type">
<xsd:sequence>
<xsd:element name="LeistungsartCode" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Code für eine Leistungsart der Unfallversicherung</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<!-- Typen für die Schritte in BOA --> <!-- Typen für die Schritte in BOA -->
<xsd:complexType name="SpezBerechnungUnfall_Type"> <xsd:complexType name="SpezBerechnungUnfall_Type">
<xsd:annotation> <xsd:annotation>