ManufacturerInformation

/FundsXML4/RegulatoryReportings/DirectReporting/EET1.1/EET1.1/DataSetInformation/ManufacturerInformation

Diagram

ManufacturerInformation 10000 - 10040 Name (anonymous) CodeType (anonymous) Code (anonymous) 0..1 Email xs:string 0..1 GeneralReferenceDate xs:date

Documentation

10000 - 10040

Properties

Type
(anonymous)
Cardinality
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
6
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
/RegulatoryReportings/.../Name (anonymous)

10000_Manufacturer_Name
Name of the Manufacturer

ExampleText
/RegulatoryReportings/.../CodeType (anonymous)

10010_Manufacturer_Code_Type
Codification used to determine the identification code. Either LEI or None.

N
/RegulatoryReportings/.../Code (anonymous)

10020_Manufacturer_Code
Identification code of the Manufacturer

ExampleText
/RegulatoryReportings/.../Email xs:string

10030_Manufacturer_Email
Contact entry point for distributors for content question

ExampleText
/RegulatoryReportings/.../GeneralReferenceDate xs:date

10040_General_Reference_Date
Date to which the general data refer

2022-07-16

XML Snippet

<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"
            name="ManufacturerInformation">
   <xs:annotation>
      <xs:documentation>10000 - 10040</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="Name">
            <xs:annotation>
               <xs:documentation>10000_Manufacturer_Name
Name of the Manufacturer </xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:maxLength value="255"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="CodeType">
            <xs:annotation>
               <xs:documentation>10010_Manufacturer_Code_Type
Codification used to determine the identification code. Either LEI or None.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:enumeration value="L"/>
                  <xs:enumeration value="N"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element minOccurs="0" name="Code">
            <xs:annotation>
               <xs:documentation>10020_Manufacturer_Code
Identification code of the Manufacturer</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:maxLength value="255"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element minOccurs="0" name="Email" type="xs:string">
            <xs:annotation>
               <xs:documentation>10030_Manufacturer_Email
Contact entry point for distributors for content question</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="GeneralReferenceDate" type="xs:date">
            <xs:annotation>
               <xs:documentation>10040_General_Reference_Date
Date to which the general data refer</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>