GasExclusion
/FundsXML4/RegulatoryReportings/DirectReporting/EET1.1.3/EET1.1.3/ScreeningCriteria/SectorsBasedExclusions/GasExclusion
Diagram
Documentation
51000 - 51060
Properties
- Type
- EETEnhancedExclusionType1.1
- 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
- 7
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| EETYesNoType | Yes (Y) or No (N) Y or N |
N | |
| xs:string | Revenue (R) or CaPEX (C) or Opex (O) |
C | |
| xs:decimal | 164.13 | ||
| xs:string | Upstream/Production/Downstream |
U | |
| xs:decimal | 113.73 | ||
| xs:decimal | 17.94 | ||
| EETYesNoType | Yes (Y) or No (N) Y or N |
Y |
Element Definition
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="GasExclusion"
type="EETEnhancedExclusionType1.1">
<xs:annotation>
<xs:documentation>51000 - 51060</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(EETEnhancedExclusionType1.1)
Referenced Type Definition (EETEnhancedExclusionType1.1)
<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="EETEnhancedExclusionType1.1">
<xs:sequence>
<xs:element name="Applied" type="EETYesNoType">
<xs:annotation>
<xs:documentation>Yes (Y) or No (N)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="ThresholdType">
<xs:annotation>
<xs:documentation>Revenue (R) or CaPEX (C) or 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>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:element minOccurs="0" name="EnergyMixAbsoluteCap" type="xs:decimal"/>
<xs:element minOccurs="0" name="EnergyMixRelativeCap" type="xs:decimal"/>
<xs:element minOccurs="0" name="NewInfrastructure" type="EETYesNoType">
<xs:annotation>
<xs:documentation>Yes (Y) or No (N)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>