<xsd:complexType name="ReportingRole">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type containing a code representing the role of a party in a report, e.g. the originator, the recipient, the counterparty, etc. This is used to clarify which participant's information is being reported.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="reportingRoleScheme" type="NonEmptyURI" use="optional" default="http://www.fpml.org/coding-scheme/reporting-role" />
<xsd:attribute name="id" type="xsd:ID" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|