ThresholdType

/FundsXML4/RegulatoryReportings/DirectReporting/EET1.1.3/EET1.1.3/ScreeningCriteria/SectorsBasedExclusions/GasExclusion/ThresholdType

Diagram

ThresholdType

Documentation

EN

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

DE

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

FR

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

NL

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

Properties

Type
xs:string
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
8
Sample Data
C
Restrictions
Base: xs:string
Enumeration:
  • C
  • O
  • R

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            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>