Definition Type: ComplexType
Name: PartyContactInformation
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-shared-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into person in schema fpml-shared-5-10_xsd1 Drilldown into businessUnit in schema fpml-shared-5-10_xsd1 Drilldown into contactInfo in schema fpml-shared-5-10_xsd1 Drilldown into partyReference in schema fpml-shared-5-10_xsd1XSD Diagram of PartyContactInformation in schema fpml-shared-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsB:partyReference (1) (1)
contactInfo nsB:contactInfo (1) (1)
businessUnit nsB:businessUnit 0 unbounded
person nsB:person 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsB:demandsAndNotices, nsB:demandsAndNotices, nsB:demandsAndNotices, nsB:demandsAndNotices