RegulatoryReportings

/FundsXML4/RegulatoryReportings

Diagram

RegulatoryReportings Direct and indirect regulatory reporting DirectReporting DirectReportingType [0..1] IndirectReporting IndirectReportingType [0..1]

Documentation

Direct and indirect regulatory reporting

Properties

Type
RegulatoryReportingsType
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
1
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
DirectReportingType

Direct reporting according to European regulatory reporting frameworks

IndirectReportingType

Reporting data for investors

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="RegulatoryReportings"
            type="RegulatoryReportingsType">
   <xs:annotation>
      <xs:documentation>Direct and indirect regulatory reporting</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (RegulatoryReportingsType)

<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
                xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="RegulatoryReportingsType">
   <xs:sequence>
      <xs:element minOccurs="0" name="DirectReporting" type="DirectReportingType">
         <xs:annotation>
            <xs:documentation>Direct reporting according to European regulatory reporting frameworks</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="IndirectReporting" type="IndirectReportingType">
         <xs:annotation>
            <xs:documentation>Reporting data for investors</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>