Definition Type: ComplexType
Name: Person
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type that represents information about a person connected with a trade or business process.
Collapse XSD Schema Diagram:
Drilldown into country in schema fpml-shared-5-10_xsd3 Drilldown into dateOfBirth in schema fpml-shared-5-10_xsd3 Drilldown into contactInfo in schema fpml-shared-5-10_xsd3 Drilldown into businessUnitReference in schema fpml-shared-5-10_xsd3 Drilldown into personId in schema fpml-shared-5-10_xsd3 Drilldown into suffix in schema fpml-shared-5-10_xsd3 Drilldown into surname in schema fpml-shared-5-10_xsd3 Drilldown into initial in schema fpml-shared-5-10_xsd3 Drilldown into middleName in schema fpml-shared-5-10_xsd3 Drilldown into firstName in schema fpml-shared-5-10_xsd3 Drilldown into honorific in schema fpml-shared-5-10_xsd3 Drilldown into id in schema fpml-shared-5-10_xsd3XSD Diagram of Person in schema fpml-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Person">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that represents information about a person connected with a trade or business process.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:sequence minOccurs="0">
            <xsd:element name="honorific" type="NormalizedString" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">An honorific title, such as Mr., Ms., Dr. etc.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="firstName" type="NormalizedString" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Given name, such as John or Mary.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:choice minOccurs="0">
                <xsd:element name="middleName" type="NormalizedString" maxOccurs="unbounded" />
                <xsd:element name="initial" type="Initial" maxOccurs="unbounded" />
            </xsd:choice>
            <xsd:element name="surname" type="NormalizedString" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Family name, such as Smith or Jones.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="suffix" type="NormalizedString" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Name suffix, such as Jr., III, etc.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:element name="personId" type="PersonId" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An identifier assigned by a system for uniquely identifying the individual</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="businessUnitReference" type="BusinessUnitReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The unit for which the indvidual works.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="contactInfo" type="ContactInformation" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Information on how to contact the individual using various means.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="dateOfBirth" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The birth date of the person, e.g. 1970-01-01</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="country" type="CountryCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The ISO 3166 standard code for the country where the individual works.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
honorific nsD:honorific 0 (1)
firstName nsD:firstName 0 (1)
middleName nsD:middleName (1) unbounded
initial nsD:initial (1) unbounded
surname nsD:surname 0 (1)
suffix nsD:suffix 0 (1)
personId nsD:personId 0 unbounded
businessUnitReference nsD:businessUnitReference 0 (1)
contactInfo nsD:contactInfo 0 (1)
dateOfBirth nsD:dateOfBirth 0 (1)
country nsD:country 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:person