Version

/FundsXML4/RegulatoryReportings/IndirectReporting/PRIIPS_V20/EPTV2/DataSetInformation/Version

Diagram

Version

Documentation

EN

EPT version identifier (V20 or V21)

DE

EPT-Versionskennung (V20 oder V21)

FR

Identifiant de version EPT (V20 ou V21)

NL

EPT-versie-identificatie (V20 of V21)

ES

Identificador de versión EPT (V20 o V21)

IT

Identificatore versione EPT (V20 o V21)

HU

EPT verzióazonosító (V20 vagy V21)

CS

Identifikátor verze EPT (V20 nebo V21)

Properties

Type
xs:string
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
6
Sample Data
V20
Restrictions
Base: xs:string
Enumeration:
  • V21
  • V20

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="Version">
   <xs:annotation>
      <xs:documentation xml:lang="en">EPT version identifier (V20 or V21)</xs:documentation>
      <xs:documentation xml:lang="de">EPT-Versionskennung (V20 oder V21)</xs:documentation>
      <xs:documentation xml:lang="fr">Identifiant de version EPT (V20 ou V21)</xs:documentation>
      <xs:documentation xml:lang="nl">EPT-versie-identificatie (V20 of V21)</xs:documentation>
      <xs:documentation xml:lang="es">Identificador de versión EPT (V20 o V21)</xs:documentation>
      <xs:documentation xml:lang="it">Identificatore versione EPT (V20 o V21)</xs:documentation>
      <xs:documentation xml:lang="hu">EPT verzióazonosító (V20 vagy V21)</xs:documentation>
      <xs:documentation xml:lang="cs">Identifikátor verze EPT (V20 nebo V21)</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="V21"/>
         <xs:enumeration value="V20"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>