In der Personenversicheurng ist eine Angabe zu PEP zwingend,

kann aber natürlich mit "false" beantwortet werden
This commit is contained in:
2020-07-14 10:56:43 +02:00
parent 998c169ce9
commit 8402355396
2 changed files with 4 additions and 3 deletions

View File

@@ -2808,7 +2808,8 @@
<xsd:documentation>Beschreibung einer PEP</xsd:documentation> <xsd:documentation>Beschreibung einer PEP</xsd:documentation>
</xsd:annotation> </xsd:annotation>
<xsd:sequence> <xsd:sequence>
<xsd:element name="Beschreibung" type="xsd:string"/> <xsd:element name="PEP" type="xsd:boolean"/>
<xsd:element name="Beschreibung" type="xsd:string" minOccurs="0" />
</xsd:sequence> </xsd:sequence>
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="Treuhaenderfrage_Type"> <xsd:complexType name="Treuhaenderfrage_Type">

View File

@@ -147,9 +147,9 @@
<xsd:sequence> <xsd:sequence>
<xsd:element name="FATCA" type="cst:FATCA_Type" minOccurs="0"/> <xsd:element name="FATCA" type="cst:FATCA_Type" minOccurs="0"/>
<xsd:element name="GSGM" type="cst:GMSG_Type" minOccurs="0"/> <xsd:element name="GSGM" type="cst:GMSG_Type" minOccurs="0"/>
<xsd:element name="PEP" type="cst:PEP_Type" minOccurs="0"> <xsd:element name="PEP" type="cst:PEP_Type">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Optional Angaben PEP wenn zutreffend</xsd:documentation> <xsd:documentation>Angabe PEP ist zwingend</xsd:documentation>
</xsd:annotation> </xsd:annotation>
</xsd:element> </xsd:element>
<xsd:element name="Treuhaenderfrage" type="cst:Treuhaenderfrage_Type"/> <xsd:element name="Treuhaenderfrage" type="cst:Treuhaenderfrage_Type"/>