<xsd:complexType name="ApplicableCommunicationDetails">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that defines the assets (or type of assets) that a particular set of communication details may be associated with.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractApplicablePartyProfileObjects">
<xsd:sequence>
<xsd:element name="purpose" type="ApplicablePurpose">
<xsd:annotation>
<xsd:documentation>A scheme to describe the purpose of a person or business unit in relation to an asset or assets.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="businessUnitReference" type="BusinessUnitReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the business unit element of a party block.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="personReference" type="PersonReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to a person element of a party block.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|