In der Personenversicheurng ist eine Angabe zu PEP zwingend,
kann aber natürlich mit "false" beantwortet werden
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user