- Keine eigene Nummer in VersichertePerson
- Personenreferenz in Bezugsrechten - US_TIN und GIIN optional
This commit is contained in:
@@ -20,9 +20,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Bezugsberechtigung_Type">
|
||||
* <sequence>
|
||||
* <element name="PersonRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
|
||||
* <element name="Prozentsatz" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
|
||||
* <element name="Unwiderruflich" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
||||
* <element name="Zugunsten" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -33,37 +33,21 @@ import javax.xml.bind.annotation.XmlType;
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "BezugsberechtigungNamentlich", propOrder = {
|
||||
"personRefLfnr",
|
||||
"prozentsatz",
|
||||
"unwiderruflich"
|
||||
"unwiderruflich",
|
||||
"zugunsten"
|
||||
})
|
||||
public class BezugsberechtigungNamentlich
|
||||
extends BezugsberechtigungType
|
||||
{
|
||||
|
||||
@XmlElement(name = "PersonRefLfnr")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected int personRefLfnr;
|
||||
@XmlElement(name = "Prozentsatz")
|
||||
protected Double prozentsatz;
|
||||
@XmlElement(name = "Unwiderruflich")
|
||||
protected boolean unwiderruflich;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der personRefLfnr-Eigenschaft ab.
|
||||
*
|
||||
*/
|
||||
public int getPersonRefLfnr() {
|
||||
return personRefLfnr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der personRefLfnr-Eigenschaft fest.
|
||||
*
|
||||
*/
|
||||
public void setPersonRefLfnr(int value) {
|
||||
this.personRefLfnr = value;
|
||||
}
|
||||
@XmlElement(name = "Zugunsten")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected int zugunsten;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der prozentsatz-Eigenschaft ab.
|
||||
@@ -105,4 +89,20 @@ public class BezugsberechtigungNamentlich
|
||||
this.unwiderruflich = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der zugunsten-Eigenschaft ab.
|
||||
*
|
||||
*/
|
||||
public int getZugunsten() {
|
||||
return zugunsten;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der zugunsten-Eigenschaft fest.
|
||||
*
|
||||
*/
|
||||
public void setZugunsten(int value) {
|
||||
this.zugunsten = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@ package at.vvo.omds.types.omds3Types.r1_6_0.common;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@@ -28,6 +29,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="PersonRefLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
@@ -38,7 +40,8 @@ import javax.xml.bind.annotation.XmlType;
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "Bezugsberechtigung_Type", propOrder = {
|
||||
"art"
|
||||
"art",
|
||||
"personRefLfnr"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
BezugsberechtigungGesetzlicheErbenType.class,
|
||||
@@ -53,6 +56,9 @@ public abstract class BezugsberechtigungType {
|
||||
|
||||
@XmlElement(name = "Art")
|
||||
protected short art;
|
||||
@XmlElement(name = "PersonRefLfnr")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected int personRefLfnr;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der art-Eigenschaft ab.
|
||||
@@ -70,4 +76,20 @@ public abstract class BezugsberechtigungType {
|
||||
this.art = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der personRefLfnr-Eigenschaft ab.
|
||||
*
|
||||
*/
|
||||
public int getPersonRefLfnr() {
|
||||
return personRefLfnr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der personRefLfnr-Eigenschaft fest.
|
||||
*
|
||||
*/
|
||||
public void setPersonRefLfnr(int value) {
|
||||
this.personRefLfnr = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <element name="Geburtsland" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type"/>
|
||||
* <element name="US_Indizien" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
||||
* <element name="US_Steuerpflicht" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
||||
* <element name="US_TIN" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="US_TIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
@@ -46,7 +46,7 @@ public class FATCANatPersonType {
|
||||
protected boolean usIndizien;
|
||||
@XmlElement(name = "US_Steuerpflicht")
|
||||
protected boolean usSteuerpflicht;
|
||||
@XmlElement(name = "US_TIN", required = true)
|
||||
@XmlElement(name = "US_TIN")
|
||||
protected String ustin;
|
||||
|
||||
/**
|
||||
|
||||
@@ -20,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="LandFirmensitz" type="{urn:omds3CommonServiceTypes-1-1-0}AttributEnum_Type"/>
|
||||
* <element name="GIIN" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="GIIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="KonzessionFinanzen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
||||
* <element name="NichtFinanzielleDienstleistungen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
||||
* </sequence>
|
||||
@@ -42,7 +42,7 @@ public class FATCASonstPersonType {
|
||||
|
||||
@XmlElement(name = "LandFirmensitz", required = true)
|
||||
protected AttributEnumType landFirmensitz;
|
||||
@XmlElement(name = "GIIN", required = true)
|
||||
@XmlElement(name = "GIIN")
|
||||
protected String giin;
|
||||
@XmlElement(name = "KonzessionFinanzen")
|
||||
protected boolean konzessionFinanzen;
|
||||
|
||||
@@ -47,6 +47,7 @@ import at.vvo.omds.types.omds3Types.r1_6_0.on2antrag.unfall.ProduktUnfallType;
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
ProduktUnfallType.class,
|
||||
ProduktMitVpType.class,
|
||||
ProduktSachPrivatType.class,
|
||||
ProduktRechtsschutzType.class,
|
||||
ProduktLebenType.class
|
||||
|
||||
@@ -4,12 +4,11 @@ package at.vvo.omds.types.omds3Types.r1_6_0.common;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Versicherte Person basierend auf VersichertesInteresse_Type
|
||||
* Versicherte Person basierend auf VersichertesInteresse_Type. Lfnr muss mit Lfnr der Person übereinstimmen.
|
||||
*
|
||||
* <p>Java-Klasse für VersichertePerson_Type complex type.
|
||||
*
|
||||
@@ -20,7 +19,6 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type">
|
||||
* <sequence>
|
||||
* <element name="RefPersonLfnr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
|
||||
* <choice minOccurs="0">
|
||||
* <element name="RisikoNatPerson" type="{urn:omds3CommonServiceTypes-1-1-0}RisikoNatPerson_Type"/>
|
||||
* <element name="RisikoSonstPerson" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
|
||||
@@ -35,7 +33,6 @@ import javax.xml.bind.annotation.XmlType;
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "VersichertePerson_Type", propOrder = {
|
||||
"refPersonLfnr",
|
||||
"risikoNatPerson",
|
||||
"risikoSonstPerson"
|
||||
})
|
||||
@@ -43,30 +40,11 @@ public class VersichertePersonType
|
||||
extends VersichertesInteresseMitAttributMetadatenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "RefPersonLfnr")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected int refPersonLfnr;
|
||||
@XmlElement(name = "RisikoNatPerson")
|
||||
protected RisikoNatPersonType risikoNatPerson;
|
||||
@XmlElement(name = "RisikoSonstPerson")
|
||||
protected Object risikoSonstPerson;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der refPersonLfnr-Eigenschaft ab.
|
||||
*
|
||||
*/
|
||||
public int getRefPersonLfnr() {
|
||||
return refPersonLfnr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der refPersonLfnr-Eigenschaft fest.
|
||||
*
|
||||
*/
|
||||
public void setRefPersonLfnr(int value) {
|
||||
this.refPersonLfnr = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der risikoNatPerson-Eigenschaft ab.
|
||||
*
|
||||
|
||||
@@ -49,7 +49,7 @@ public class ZusatzversicherungUnfallinvaliditaetType
|
||||
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
|
||||
* Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
|
||||
* Zeile 149 von file:/C:/Users/Jens/git/omds_unfall_leben/OMDSServiceDefinition/src/main/resources/def/r1_6_0/omds3_ON2_Antrag_Leben.xsd
|
||||
* Zeile 957 von file:/C:/Users/Jens/git/omds_unfall_leben/OMDSServiceDefinition/src/main/resources/def/r1_6_0/omds3CommonServiceTypes.xsd
|
||||
* Zeile 967 von file:/C:/Users/Jens/git/omds_unfall_leben/OMDSServiceDefinition/src/main/resources/def/r1_6_0/omds3CommonServiceTypes.xsd
|
||||
* <p>
|
||||
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine
|
||||
* der beiden folgenden Deklarationen an, um deren Namen zu ändern:
|
||||
|
||||
@@ -49,7 +49,7 @@ public class ZusatzversicherungUnfalltodType
|
||||
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
|
||||
* Der Feldname "Versicherungssumme" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
|
||||
* Zeile 137 von file:/C:/Users/Jens/git/omds_unfall_leben/OMDSServiceDefinition/src/main/resources/def/r1_6_0/omds3_ON2_Antrag_Leben.xsd
|
||||
* Zeile 957 von file:/C:/Users/Jens/git/omds_unfall_leben/OMDSServiceDefinition/src/main/resources/def/r1_6_0/omds3CommonServiceTypes.xsd
|
||||
* Zeile 967 von file:/C:/Users/Jens/git/omds_unfall_leben/OMDSServiceDefinition/src/main/resources/def/r1_6_0/omds3CommonServiceTypes.xsd
|
||||
* <p>
|
||||
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine
|
||||
* der beiden folgenden Deklarationen an, um deren Namen zu ändern:
|
||||
|
||||
@@ -62,9 +62,9 @@ public class ChangeCommunicationObjectRequestType
|
||||
@XmlElement(name = "ObjektId", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
||||
protected ObjektIdType objektId;
|
||||
@XmlElementRefs({
|
||||
@XmlElementRef(name = "ObjektId", namespace = "urn:omds3CommonServiceTypes-1-1-0", type = JAXBElement.class),
|
||||
@XmlElementRef(name = "BisherigeKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class),
|
||||
@XmlElementRef(name = "GeaenderteKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class),
|
||||
@XmlElementRef(name = "ObjektId", namespace = "urn:omds3CommonServiceTypes-1-1-0", type = JAXBElement.class)
|
||||
@XmlElementRef(name = "GeaenderteKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class)
|
||||
})
|
||||
protected List<JAXBElement<?>> objektIdOrBisherigeKommunikationsVerbindungAndGeaenderteKommunikationsVerbindung;
|
||||
@XmlElement(name = "WirksamtkeitAb", required = true)
|
||||
@@ -115,9 +115,9 @@ public class ChangeCommunicationObjectRequestType
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -10,7 +10,7 @@ import javax.xml.ws.Service;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2020-07-08T09:13:17.656+02:00
|
||||
* 2020-07-09T08:54:43.646+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2020-07-08T09:13:17.554+02:00
|
||||
* 2020-07-09T08:54:43.568+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2020-07-08T09:13:17.615+02:00
|
||||
* 2020-07-09T08:54:43.615+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2020-07-08T09:13:17.403+02:00
|
||||
* 2020-07-09T08:54:43.466+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -6,7 +6,7 @@ import javax.xml.ws.WebFault;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2020-07-08T09:13:17.544+02:00
|
||||
* 2020-07-09T08:54:43.557+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*/
|
||||
|
||||
|
||||
@@ -895,6 +895,16 @@
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ProduktMitVp_Type" abstract="true">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Basistyp für ein Produkt mit versicherter Person</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="ProduktGenerisch_Type">
|
||||
<xsd:sequence/>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ElementarproduktGenerisch_Type" abstract="true">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Basistyp für ein Elementarprodukt, 2. Generation</xsd:documentation>
|
||||
@@ -959,28 +969,6 @@
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<!-- <xsd:complexType name="Gruppe">-->
|
||||
<!-- <xsd:annotation>-->
|
||||
<!-- <xsd:documentation>Gruppe von Bausteinen, aus der eine Auswahl möglich ist</xsd:documentation>-->
|
||||
<!-- </xsd:annotation>-->
|
||||
<!-- <xsd:complexContent>-->
|
||||
<!-- <xsd:extension base="Modellelement_Type">-->
|
||||
<!-- <xsd:sequence>-->
|
||||
<!-- <xsd:element name="Elemente" type="Modellelement_Type" maxOccurs="unbounded"/>-->
|
||||
<!-- <xsd:element name="Min" type="xsd:int">-->
|
||||
<!-- <xsd:annotation>-->
|
||||
<!-- <xsd:documentation>Minimum Anzahl Bausteine, die gewählt werden müssen, darf auch 0 sein.</xsd:documentation>-->
|
||||
<!-- </xsd:annotation>-->
|
||||
<!-- </xsd:element>-->
|
||||
<!-- <xsd:element name="Max" type="xsd:int" minOccurs="0">-->
|
||||
<!-- <xsd:annotation>-->
|
||||
<!-- <xsd:documentation>Maximum Anzahl Bausteine, die gewählt werden können. Die Angabe darf fehlen, wenn kein Maximum festgelegt ist.</xsd:documentation>-->
|
||||
<!-- </xsd:annotation>-->
|
||||
<!-- </xsd:element>-->
|
||||
<!-- </xsd:sequence>-->
|
||||
<!-- </xsd:extension>-->
|
||||
<!-- </xsd:complexContent>-->
|
||||
<!-- </xsd:complexType>-->
|
||||
<xsd:complexType name="BeteiligtePersonVertrag_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ für die Meldung von Personen, die an einem Vertrag beteiligt sind</xsd:documentation>
|
||||
@@ -1286,6 +1274,11 @@
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="PersonRefLfnr" type="xsd:unsignedShort">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Referenz auf die versicherte Person</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="BezugsberechtigungGesetzlicheErben_Type">
|
||||
@@ -1319,17 +1312,17 @@
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="Bezugsberechtigung_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="PersonRefLfnr" type="xsd:unsignedShort">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Referenz auf die Person</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Prozentsatz" type="xsd:double" minOccurs="0"/>
|
||||
<xsd:element name="Unwiderruflich" type="xsd:boolean">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>wahr, wenn das Bezugsrecht unwiderruflich ist.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="Zugunsten" type="xsd:unsignedShort">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Referenz auf die Person, zu deren Gunsten das Betzugsrecht festgelegt ist</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
@@ -1881,16 +1874,11 @@
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="VersichertePerson_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Versicherte Person basierend auf VersichertesInteresse_Type</xsd:documentation>
|
||||
<xsd:documentation>Versicherte Person basierend auf VersichertesInteresse_Type. Lfnr muss mit Lfnr der Person übereinstimmen.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="VersichertesInteresseMitAttributMetadaten_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="RefPersonLfnr" type="xsd:unsignedShort">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Referenz auf die Personendaten</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:choice minOccurs="0">
|
||||
<xsd:element name="RisikoNatPerson" type="RisikoNatPerson_Type">
|
||||
<xsd:annotation>
|
||||
@@ -2781,7 +2769,7 @@
|
||||
<xsd:element name="Geburtsland" type="AttributEnum_Type"/>
|
||||
<xsd:element name="US_Indizien" type="xsd:boolean"/>
|
||||
<xsd:element name="US_Steuerpflicht" type="xsd:boolean"/>
|
||||
<xsd:element name="US_TIN" type="xsd:string"/>
|
||||
<xsd:element name="US_TIN" type="xsd:string" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="FATCA_SonstPersonType">
|
||||
@@ -2790,7 +2778,7 @@
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="LandFirmensitz" type="AttributEnum_Type"/>
|
||||
<xsd:element name="GIIN" type="xsd:string"/>
|
||||
<xsd:element name="GIIN" type="xsd:string" minOccurs="0"/>
|
||||
<xsd:element name="KonzessionFinanzen" type="xsd:boolean">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Konzession nach BWG, VAG, WAG, PKG, BMSVG, ZaDiG oder vergleichbare Konzession nach ausländischem Recht</xsd:documentation>
|
||||
|
||||
Reference in New Issue
Block a user