<xsd:complexType name="ReportingLevel">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type containing a code representing the level at which this is reported (e.g. Trade or Position)</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="reportingLevelScheme" type="NonEmptyURI" use="optional" default="http://www.fpml.org/coding-scheme/reporting-level" />
<xsd:attribute name="id" type="xsd:ID" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|