Definition Type: ComplexType
Name: PartyRoles
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
A type to specify the roles of the parties to the document.
Collapse XSD Schema Diagram:
Drilldown into relatedParty in schema fpml-legal-5-10_xsdXSD Diagram of PartyRoles in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PartyRoles">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type to specify the roles of the parties to the document.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="relatedParty" type="RelatedParty" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
relatedParty nsB:relatedParty (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsB:partyRoles