<xsd:complexType name="OrganizationContactPersonNameExtendedType">
<xsd:annotation>
<xsd:documentation>Deprecated: Use PartyABIEType</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="OrganizationContactPersonNameType">
<xsd:sequence>
<xsd:element minOccurs="0" name="EmployeeTitleName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation>
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A formal appellation attached to the name of a person or family by virtue of
office, rank, hereditary privilege, noble birth, or attainment or used as a mark of respect.
EX: CIO, CEO, President, etc.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|