<xsd:complexType name="ReportingPurpose">
<xsd:annotation>
<xsd:documentation xml:lang="en">A value that explains the reason or purpose that information is being reported. Examples might include RealTimePublic reporting, PrimaryEconomicTerms reporting, Confirmation reporting, or Snapshot reporting.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="reportingPurposeScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/reporting-purpose" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|