XML Schema Documentation

Complex Type: PartyRoleType

[Table of contents]

Super-types: xsd:normalizedString < Scheme (by restriction) < PartyRoleType (by extension)
Sub-types: None
Name PartyRoleType
Used by (from the same schema document) Complex Type PartyRelationship , Complex Type RelatedParty
Abstract no
Documentation A type refining the role a role played by a party in one or more transactions. Examples include "AllPositions" and "SomePositions" for Guarantor. This can be extended to provide custom types.
XML Instance Representation
<...
partyRoleTypeScheme=" xsd:anyURI [0..1]">
Scheme
</...>
Diagram
Schema Component Representation
<xsd:complexType name="PartyRoleType">
<xsd:simpleContent>
<xsd:extension base=" Scheme ">
<xsd:attribute name="partyRoleTypeScheme" type=" xsd:anyURI " default="http://www.fpml.org/coding-scheme/party-role-type"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>