UnconventionalWeaponsExclusion
/FundsXML4/RegulatoryReportings/DirectReporting/EET1.1.2/EET1.1.2/ScreeningCriteria/SectorsBasedExclusions/UnconventionalWeaponsExclusion
Diagram
Documentation
52100 - 52130
Properties
- Type
- EETExclusionType1.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) |
R | |
| xs:decimal | 272.75 | ||
| xs:string | Upstream/Production/Downstream |
P |
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="UnconventionalWeaponsExclusion"
type="EETExclusionType1.1">
<xs:annotation>
<xs:documentation>52100 - 52130</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(EETExclusionType1.1)
Referenced Type Definition (EETExclusionType1.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="EETExclusionType1.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 maxOccurs="unbounded" 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:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>