Überarbeitung des Entwurfs für die elektronische VB: Aufnahme der vorläufigen Deckung als Element im Request.
This commit is contained in:
@@ -3782,6 +3782,11 @@
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ZusaetzlicheFondsdaten_Type" abstract="true"/>
|
||||
<xsd:complexType name="VorlaeufigeDeckung_Type" abstract="true">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Abstrakter Basistyp fuer vorläufige Deckungen</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:complexType>
|
||||
<!-- Als Draft: Zwei Typen um dyn. Formulare zu integrieren -->
|
||||
<xsd:complexType name="Formularfrage_Type">
|
||||
<xsd:annotation>
|
||||
|
||||
@@ -612,6 +612,9 @@
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Art">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Neuanmeldung oder Wiederzulassung</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:enumeration value="NEU"/>
|
||||
@@ -619,9 +622,16 @@
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="Kennzeichen" type="omds:Pol_Kennz_Type" minOccurs="0"/>
|
||||
<xsd:element name="Kennzeichen" type="omds:Pol_Kennz_Type" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Optional ein Kennzeichen, auf welches die VB beschränkt sein soll.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Polizzennr" type="omds:Polizzennr" minOccurs="0"/>
|
||||
<xsd:element name="Fahrzeug" minOccurs="0" maxOccurs="3">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Optional eine Liste von Fahrzeugen, auf deren Anmeldung die VB beschränkt sein soll.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="FzgArt" type="omds:FzgArtCd_Type"/>
|
||||
@@ -636,9 +646,22 @@
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="Versicherungsnehmer" type="cst:Person_Type"/>
|
||||
<xsd:element name="Versicherungsnehmer" type="cst:Person_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Spezifikation des Versicherungsnehmers</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="GueltigAb" type="omds:Datum" minOccurs="0"/>
|
||||
<xsd:element name="ZusaetzlicheVBDaten" type="ZusaetzlicheVBDaten_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="VorlaeufigeDeckung" type="cst:VorlaeufigeDeckung_Type" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Angaben zu gewünscherten vorläufigen Deckungen</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="ZusaetzlicheVBDaten" type="ZusaetzlicheVBDaten_Type" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Erweiterungsmöglichkeit für VU spezifische Daten</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
|
||||
Reference in New Issue
Block a user