<xsd:complexType name="ReportingRegimeIdentifier">
<xsd:annotation>
<xsd:documentation>A type that provides identification for reporting regimes.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="name" type="ReportingRegimeName" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identifies the reporting regime under which this data is reported. For example, Dodd-Frank, MiFID, HongKongOTCDRepository, ODRF</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="supervisorRegistration" type="SupervisorRegistrationIdentification" maxOccurs="unbounded" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identifies the specific regulator or other supervisory body for which this data is produced. For example, CFTC, SEC, UKFSA, ODRF, SFC, ESMA.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|