Definition Type: ComplexType
Name: ContactInformation
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type that represents how to contact an individual or organization.
Collapse XSD Schema Diagram:
Drilldown into address in schema fpml-shared-5-10_xsd2 Drilldown into email in schema fpml-shared-5-10_xsd2 Drilldown into telephone in schema fpml-shared-5-10_xsd2XSD Diagram of ContactInformation in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ContactInformation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that represents how to contact an individual or organization.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="telephone" type="TelephoneNumber" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A telephonic contact.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="email" type="NormalizedString" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An address on an electronic mail or messaging sysem .</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="address" type="Address" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A postal or street address.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
telephone nsC:telephone 0 unbounded
email nsC:email 0 unbounded
address nsC:address 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:contactInfo, nsC:contactInfo, nsC:contactInfo