Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Kauc committed May 10, 2024
1 parent 92fa2fb commit 00f4603
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions FundsXML4.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<xs:schema xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:altova="http://www.altova.com/xml-schema-extensions" elementFormDefault="qualified" attributeFormDefault="unqualified" vc:minVersion="1.1">
<xs:element name="FundsXML4">
<xs:annotation>
<xs:documentation>Root element of FundsXML 4.2.5</xs:documentation>
<xs:documentation>Root element of FundsXML 4.2.7</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
Expand Down Expand Up @@ -557,7 +557,7 @@ N = Nominale</xs:documentation>
</xs:element>
<xs:element name="Crypto" type="CryptoType">
<xs:annotation>
<xs:documentation>Crypto-asset means a digital representation of value or rights which may be transferred and stored electronically, using distributed ledger technology or similar technology</xs:documentation>
<xs:documentation>(EIOPA-BoS-22/216) Crypto-asset means a digital representation of value or rights which may be transferred and stored electronically, using distributed ledger technology or similar technology</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
Expand Down Expand Up @@ -1671,7 +1671,7 @@ CR = Crypto
<xs:documentation>Is Infrastructure Investment (true) or not (false)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="InfrastructureInvestementType" minOccurs="0">
<xs:element name="InfrastructureInvestmentType" minOccurs="0">
<xs:annotation>
<xs:documentation>according to Commission Delegated Regulation (EU) 2015/35
1 – No infrastructure investment
Expand Down Expand Up @@ -3788,6 +3788,7 @@ Onlyl MktEqGlobal or MktEqOther will be non zero.</xs:documentation>
<xs:enumeration value="4.2.4"/>
<xs:enumeration value="4.2.5"/>
<xs:enumeration value="4.2.6"/>
<xs:enumeration value="4.2.7"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down
5 changes: 3 additions & 2 deletions include_files/FundsXML4.xsd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2021 (x64) (http://www.altova.com) by Peter Raffelsberger (Private) -->
<!-- edited with XMLSpy v2011 rel. 3 sp1 (x64) (http://www.altova.com) by Fabrice Puziak (Kneip) -->
<!-- Mit XMLSpy v2012 sp1 (x64) (http://www.altova.com) von BVI Bundesverband Investment und Asset Managemament e.V. (BVI Bundesverband Investment und Asset Managemament e.V.) bearbeitet -->
<!-- Mit XMLSpy v2015 (x64) (http://www.altova.com) von Kauc Karl (Erste Asset Management GmbH) bearbeitet -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" elementFormDefault="qualified" attributeFormDefault="unqualified" version="4.2.0" vc:minVersion="1.1">
<xs:include schemaLocation="FundsXML4_Core.xsd"/>
<xs:include schemaLocation="FundsXML4_CountrySpecificData.xsd"/>
Expand All @@ -19,7 +19,7 @@
<xs:include schemaLocation="FundsXML4_RegulatoryReporting_EET.xsd"/>
<xs:element name="FundsXML4">
<xs:annotation>
<xs:documentation>Root element of FundsXML 4.2.5</xs:documentation>
<xs:documentation>Root element of FundsXML 4.2.7</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
Expand Down Expand Up @@ -365,6 +365,7 @@ No, Digital, Scan</xs:documentation>
<xs:enumeration value="4.2.4"/>
<xs:enumeration value="4.2.5"/>
<xs:enumeration value="4.2.6"/>
<xs:enumeration value="4.2.7"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down
2 changes: 1 addition & 1 deletion include_files/FundsXML4_AssetMasterData.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ CR = Crypto
<xs:documentation>Is Infrastructure Investment (true) or not (false)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="InfrastructureInvestementType" minOccurs="0">
<xs:element name="InfrastructureInvestmentType" minOccurs="0">
<xs:annotation>
<xs:documentation>according to Commission Delegated Regulation (EU) 2015/35
1 – No infrastructure investment
Expand Down

0 comments on commit 00f4603

Please sign in to comment.