PesticidesExclusion

/FundsXML4/RegulatoryReportings/DirectReporting/EET1.0/EET/ScreeningCriteria/SectorsBasedExclusions/PesticidesExclusion

Diagram

PesticidesExclusion Applied EETYesNoType [1] ThresholdType xs:string [0..1] RelativeThreshold xs:decimal [0..1] PartOfValueChain xs:string [0..1]

Documentation

EN

51800 - 51830

DE

51800 - 51830

FR

51800 - 51830

NL

51800 - 51830

Properties

Type
EETExclusionType
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
7

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
EETYesNoType

Yes (Y) or No (N)

Ja (Y) or Nein (N)

Yes (Y) ou No (N)

Yes (Y) van No (N)

N
xs:string

Revenue (R) or CaPEX (C) or Opex (O)

Revenue (R) oder CaPEX (C) oder Opex (O)

Revenue (R) ou CaPEX (C) ou Opex (O)

Revenue (R) van CaPEX (C) van Opex (O)

C
xs:decimal 381.93
xs:string

Upstream/Production/Downstream

Upstream/Production/Downstream

Upstream/Production/Downstream

Upstream/Production/Downstream

PD

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="PesticidesExclusion"
            type="EETExclusionType">
   <xs:annotation>
      <xs:documentation xml:lang="en">51800 - 51830</xs:documentation>
      <xs:documentation xml:lang="de">51800 - 51830</xs:documentation>
      <xs:documentation xml:lang="fr">51800 - 51830</xs:documentation>
      <xs:documentation xml:lang="nl">51800 - 51830</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (EETExclusionType)

<xs:complexType xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="EETExclusionType">
   <xs:annotation>
      <xs:documentation xml:lang="en">EET V1.0 exclusion criteria for SFDR Article 8/9 funds with threshold and value chain settings</xs:documentation>
      <xs:documentation xml:lang="de">EET V1.0 Ausschlusskriterien für SFDR Artikel 8/9 Fonds mit Threshold- und Value Chain-Einstellungen</xs:documentation>
      <xs:documentation xml:lang="fr">Critères d'exclusion EET V1.0 pour fonds SFDR Article 8/9 avec paramètres threshold et value chain</xs:documentation>
      <xs:documentation xml:lang="nl">EET V1.0 uitsluitingscriteria voor SFDR Artikel 8/9 fondsen met threshold en value chain instellingen</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element name="Applied" type="EETYesNoType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Yes (Y) or No (N)</xs:documentation>
            <xs:documentation xml:lang="de">Ja (Y) or Nein (N)</xs:documentation>
            <xs:documentation xml:lang="fr">Yes (Y) ou No (N)</xs:documentation>
            <xs:documentation xml:lang="nl">Yes (Y) van No (N)</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="ThresholdType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Revenue (R) or CaPEX (C) or Opex (O)</xs:documentation>
            <xs:documentation xml:lang="de">Revenue (R) oder CaPEX (C) oder Opex (O)</xs:documentation>
            <xs:documentation xml:lang="fr">Revenue (R) ou CaPEX (C) ou Opex (O)</xs:documentation>
            <xs:documentation xml:lang="nl">Revenue (R) van CaPEX (C) van Opex (O)</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="C"/>
               <xs:enumeration value="O"/>
               <xs:enumeration value="R"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="RelativeThreshold" type="xs:decimal"/>
      <xs:element minOccurs="0" name="PartOfValueChain">
         <xs:annotation>
            <xs:documentation xml:lang="en">Upstream/Production/Downstream</xs:documentation>
            <xs:documentation xml:lang="de">Upstream/Production/Downstream</xs:documentation>
            <xs:documentation xml:lang="fr">Upstream/Production/Downstream</xs:documentation>
            <xs:documentation xml:lang="nl">Upstream/Production/Downstream</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="U"/>
               <xs:enumeration value="P"/>
               <xs:enumeration value="D"/>
               <xs:enumeration value="PD"/>
               <xs:enumeration value="UP"/>
               <xs:enumeration value="UPD"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
   </xs:sequence>
</xs:complexType>