Definition Type: ComplexType
Name: PartyRelationshipType
Namespace: http://www.fpml.org/FpML-5/pretrade
Type: nsC:Scheme
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
A type containing a code representing how two parties are related, e.g. Affiliated, Intragroup, None.
Collapse XSD Schema Diagram:
Drilldown into id in schema fpml-doc-5-10_xsd2 Drilldown into partyRelationshipTypeScheme in schema fpml-doc-5-10_xsd2XSD Diagram of PartyRelationshipType in schema fpml-doc-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PartyRelationshipType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type containing a code representing how two parties are related, e.g. Affiliated, Intragroup, None.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="Scheme">
            <xsd:attribute name="partyRelationshipTypeScheme" type="NonEmptyURI" use="optional" default="http://www.fpml.org/coding-scheme/party-relationship-type" />
            <xsd:attribute name="id" type="xsd:ID" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
partyRelationshipTypeScheme nsC:partyRelationshipTypeScheme http://www.fpml.org/coding-scheme/party-relationship-type Optional
id nsC:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:tradePartyRelationshipType