TPTVersion

/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII_V6/Portfolio/TPTVersion

Diagram

TPTVersion

Documentation

EN

A1000 - Version number of the TPT.
The version corresponding to the current XML schema is "V6.0"

DE

A1000 - Version Nummer von TPT.
The Version corresponding zu current XML schema ist "V6.0"

FR

A1000 - Version numéro de TPT.
The version corresponding à current XML schema est "V6.0"

NL

A1000 - Versie nummer van TPT.
The versie corresponding naar current XML schema is "V6.0"

Properties

Type
xs:string
Cardinality
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
5
Sample Data
V6.0
Restrictions
Base: xs:string
Enumeration:
  • V6.0

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            default="V6.0"
            name="TPTVersion">
   <xs:annotation>
      <xs:documentation xml:lang="en">A1000 - Version number of the TPT.
The version corresponding to the current XML schema is "V6.0"</xs:documentation>
      <xs:documentation xml:lang="de">A1000 - Version Nummer von TPT.
The Version corresponding zu current XML schema ist "V6.0"</xs:documentation>
      <xs:documentation xml:lang="fr">A1000 - Version numéro de TPT.
The version corresponding à current XML schema est "V6.0"</xs:documentation>
      <xs:documentation xml:lang="nl">A1000 - Versie nummer van TPT.
The versie corresponding naar current XML schema is "V6.0"</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="V6.0"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>