Personen referenzieren
This commit is contained in:
@@ -562,6 +562,15 @@
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<!-- Allgemeine Prozesselemente -->
|
||||
<xsd:complexType name="PersonRole_Type" abstract="true">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Abstraktes Personen_Rollen Objekt</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Person" type="InformationenPerson_Type"/>
|
||||
<xsd:element name="Rolle" type="PartnerRoleType"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CommonRequest_Type" abstract="true">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Abstraktes RequestObjekt</xsd:documentation>
|
||||
@@ -573,6 +582,11 @@
|
||||
<xsd:documentation>Die OMDS-Version</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Personen" type="InformationenPerson_Type" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Liste aller benötigten Personen, welche dann über ihre Rolle direkt referenziert werden</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CommonResponse_Type" abstract="true">
|
||||
@@ -855,9 +869,9 @@
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="Produktbaustein_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Versicherungsnehmer" type="InformationenPerson_Type" minOccurs="0"/>
|
||||
<xsd:element name="Versicherungsnehmer" type="PersonRole_Type" minOccurs="0"/>
|
||||
<xsd:element name="Beitragszahler" type="InformationenPerson_Type" minOccurs="0"/>
|
||||
<xsd:element name="WeitererVersicherungsnehmer" type="InformationenPerson_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="WeitererVersicherungsnehmer" type="PersonRole_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="BeteiligtePerson" type="BeteiligtePerson_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="Produktgeneration" type="xsd:string"/>
|
||||
<xsd:element name="Zahlweg" type="omds:ZahlWegCd_Type" minOccurs="0"/>
|
||||
@@ -1013,7 +1027,7 @@
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
<!-- Kopierte Typen -->
|
||||
<xsd:element name="InformationenPerson" type="InformationenPerson_Type">
|
||||
<xsd:element name="InformationenPerson" type="PersonRole_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Element mit personenbezogenen Daten z.B. für die Schadenmeldung von Personen mit Adresse und Kontaktdaten</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
|
||||
Reference in New Issue
Block a user