<xsd:complexType name="NearestRelativeType">
<xsd:annotation>
<xsd:documentation>Deprecated: Should use the Person ABIE instead of Party</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="IndividualApplicantPartyType">
<xsd:sequence>
<xsd:element minOccurs="0" name="RelationshipCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Indicates the Business Partyâ??s relationship to the primary Party
(e.g., mother, father, husband, etc.)l</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="RelationshipDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Free form text field describing the relationship of the business party to the
primary party.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|