<xsd:complexType name="PartyEntityClassification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that specifies the classification of a party.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A pointer style reference to a party identifier defined elsewhere in the document. The party referenced has the classification in the associated "entityClassification" element below.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="entityClassification" type="EntityClassification" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates the category or classification or business role of the organization referenced by the partyTradeInformation with respect to this reporting regime, for example Financial, NonFinancial etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|