Definition Type: ComplexType
Name: TelephoneNumber
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type that represents a telephonic contact.
Collapse XSD Schema Diagram:
Drilldown into number in schema fpml-shared-5-10_xsd3 Drilldown into type in schema fpml-shared-5-10_xsd3XSD Diagram of TelephoneNumber in schema fpml-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TelephoneNumber">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that represents a telephonic contact.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="type" type="TelephoneTypeEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The type of telephone number (work, personal, mobile).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="number" type="String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A telephonic contact.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
type nsD:type 0 (1)
number nsD:number 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:telephone