<xsd:complexType name="PartyRoleType">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="partyRoleTypeScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/party-role-type" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|