Definition Type: ComplexType
Name: RelatedPerson
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-shared-5-9.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into role in schema fpml-shared-5-9_xsd Drilldown into personReference in schema fpml-shared-5-9_xsdXSD Diagram of RelatedPerson in schema fpml-shared-5-9_xsd (Financial products Markup Language (FpML®) - Pretrade)
Collapse XSD Schema Code:
<xsd:complexType name="RelatedPerson">
    <xsd:sequence>
        <xsd:element name="personReference" type="PersonReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The individual person that is related to this.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="role" type="PersonRole" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The category of the relationship. The related individual performs the role specified in this field for the base party. For example, if the role is "Trader", the related person acts acts or acted as the base party's trader.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
personReference nsA:personReference 0 (1)
role nsA:role 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:relatedPerson
Collapse Comments:
blog comments powered by Disqus