<xsd:complexType name="PartyContactInformation">
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party to which the terms apply.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="contactInfo" type="ContactInformation" />
<xsd:element name="businessUnit" type="BusinessUnit" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Optional organization unit information used to describe the organization units (e.g. trading desks) involved in a transaction or business process .</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="person" type="Person" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Optional information about people involved in a transaction or busines process. (These are eomployees of the party).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|