XML Schema Documentation

Complex Type: PartyRole

[Table of contents]

Super-types: xsd:normalizedString < Scheme (by restriction) < PartyRole (by extension)
Sub-types: None
Name PartyRole
Used by (from the same schema document) Complex Type PartyRelationship , Complex Type RelatedParty
Abstract no
Documentation A type describing a role played by a party in one or more transactions. Examples include roles such as guarantor, custodian, confirmation service provider, etc. This can be extended to provide custom roles.
XML Instance Representation
<...
partyRoleScheme=" xsd:anyURI [0..1]">
Scheme
</...>
Diagram
Schema Component Representation
<xsd:complexType name="PartyRole">
<xsd:simpleContent>
<xsd:extension base=" Scheme ">
<xsd:attribute name="partyRoleScheme" type=" xsd:anyURI " default="http://www.fpml.org/coding-scheme/party-role"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>