<xsd:complexType name="ReportingBoolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">How a Boolean value is to be reported for this regulator. Typically "true" or "false", but for ESMA "X" is also allowed, to indicate not supplied.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="reportingBooleanScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/reporting-boolean" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|