Definition Type: ComplexType
Name: ReportingLevel
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:Scheme
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
A type containing a code representing the level at which this is reported (e.g. Trade or Position)
Collapse XSD Schema Diagram:
Drilldown into id in schema fpml-doc-5-10_xsd5 Drilldown into reportingLevelScheme in schema fpml-doc-5-10_xsd5XSD Diagram of ReportingLevel in schema fpml-doc-5-10_xsd5 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
reportingLevelScheme nsF:reportingLevelScheme http://www.fpml.org/coding-scheme/reporting-level Optional
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:reportingLevel