Vorversicherungen Nicht-Kfz neuer Typ

This commit is contained in:
2019-11-18 19:15:50 +01:00
parent 1b068e1042
commit 2ad3e89c9c
9 changed files with 337 additions and 6 deletions

View File

@@ -1289,6 +1289,26 @@
<xsd:documentation>Abstrakter Typ zur Beschreibung der Vorversicherungen</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:complexType name="VorversicherungenImpl_Type">
<xsd:annotation>
<xsd:documentation>Standardimplementierung Vorversicherungen</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Vorversicherungen_Type">
<xsd:sequence>
<xsd:element name="Vorversicherung" maxOccurs="unbounded">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="VorversicherungenDetail_Type">
<xsd:attribute name="VtgSparteCd" type="omds:VtgSparteCd_Type" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="VorversicherungenDetail_Type">
<xsd:annotation>
<xsd:documentation>Type Vorversicherungen Detail</xsd:documentation>