<xsd:complexType name="Party">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining a legal entity or a subdivision of a legal entity.</xsd:documentation>
<xsd:documentation xml:lang="en">Parties can perform multiple roles in a trade lifecycle. For example, the principal parties obligated to make payments from time to time during the term of the trade, but may include other parties involved in, or incidental to, the trade, such as parties acting in the role of novation transferor/transferee, broker, calculation agent, etc. In FpML roles are defined in multiple places within a document.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyId" type="PartyId" maxOccurs="unbounded" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A party identifier, e.g. a S.W.I.F.T. bank identifier code (BIC).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="partyName" type="PartyName" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The legal name of the organization. A free format string. FpML does not define usage rules for this element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="PartyInformation.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Descriptive/categorization information for a party.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="relatedParty" type="PartyRelationship" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identifies a related party performing a role within the transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">The id uniquely identifying the Party within the document.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|