Anpassungen Feedback Martin Hartl zu Leben am 11.9.

This commit is contained in:
2020-09-24 16:45:32 +02:00
parent 4e51c89747
commit 4a36ee295c
14 changed files with 199 additions and 48 deletions

View File

@@ -2754,6 +2754,7 @@
<xsd:documentation>Fragen gemäß FATCA</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="US_TIN" type="xsd:string" minOccurs="0"/>
<xsd:element name="FATCA_NatPerson" type="FATCA_NatPersonType"/>
<xsd:element name="FATCA_SonstPerson" type="FATCA_SonstPersonType"/>
</xsd:choice>
@@ -2766,7 +2767,6 @@
<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" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="FATCA_SonstPersonType">
@@ -2809,7 +2809,7 @@
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PEP" type="xsd:boolean"/>
<xsd:element name="Beschreibung" type="xsd:string" minOccurs="0" />
<xsd:element name="Beschreibung" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Treuhaenderfrage_Type">
@@ -2818,7 +2818,26 @@
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Treuhaender" type="xsd:boolean"/>
<xsd:element name="Beschreibung" type="xsd:string" minOccurs="0"/>
<xsd:element name="Beschreibung" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ElementFondsauswahl_Type">
<xsd:annotation>
<xsd:documentation>Ein einzelnes Element einer Fondsauswahl</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:annotation>
<xsd:documentation>Angabe von ISIN oder WKN</xsd:documentation>
</xsd:annotation>
<xsd:element name="ISIN" type="xsd:string"/>
<xsd:element name="WKN" type="xsd:string"/>
</xsd:choice>
<xsd:element name="Prozentanteil" type="xsd:unsignedByte" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Optional Angabe des Anteils dieses Wertpapiers am Gesamtportfolio</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>

View File

@@ -49,7 +49,7 @@
<xsd:complexContent>
<xsd:extension base="cst:ElementarproduktGenerisch_Type">
<xsd:sequence>
<xsd:element name="GarantierteAblebenssumme" type="VersicherungssummeZusatzbaustein_Type"/>
<xsd:element name="GarantierteAblebenssumme" type="VersicherungssummeZusatzbaustein_Type" minOccurs="0"/>
<xsd:element name="Rentenoption" type="Rentenoption_Type" minOccurs="0"/>
<xsd:element name="Fondsauswahl" type="cst:AttributMultiEnum_Type" minOccurs="0">
<xsd:annotation>
@@ -159,8 +159,8 @@
<xsd:documentation>Definition einer Versicherungssumme in einem Zusatzbaustein</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="ProzentVersicherungssumme" type="cst:AttributDouble_Type"/>
<xsd:element name="Betrag" type="cst:AttributDezimal_Type"/>
<xsd:element name="ProzentVersicherungssumme" type="cst:AttributDouble_Type" minOccurs="0"/>
<xsd:element name="Betrag" type="cst:AttributDezimal_Type" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>
<!-- Typen für die Schritte in BOA -->