<xsd:complexType name="PersonRole">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing a role played by a person in one or more transactions. Examples include roles such as Trader, Broker, MiddleOffice, Legal, etc. This can be extended to provide custom roles.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="personRoleScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/person-role" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|