Version

/FundsXML4/ControlData/Version

Diagram

Version

Documentation

EN

FundsXML Schema Version (4.0.0, 4.0.1, 4.1.0, ...)

DE

FundsXML Schema Version (4.0.0, 4.0.1, 4.1.0, ...)

FR

Version du schéma FundsXML (4.0.0, 4.0.1, 4.1.0, ...)

NL

FundsXML Schema versie (4.0.0, 4.0.1, 4.1.0, ...)

Properties

Type
xs:string
Cardinality
0..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
2
Sample Data
4.1.2
Restrictions
Base: xs:string
Enumeration:
  • 4.0.0
  • 4.0.1
  • 4.1.0
  • 4.1.1
  • 4.1.2
  • 4.1.3
  • 4.1.4
  • 4.1.5
  • 4.1.6
  • 4.1.7
  • 4.1.8
  • 4.1.9
  • 4.1.10
  • 4.1.11
  • 4.2.0
  • 4.2.1
  • 4.2.2
  • 4.2.3
  • 4.2.4
  • 4.2.5
  • 4.2.6
  • 4.2.7
  • 4.2.8
  • 4.2.9
  • 4.2.10
  • 4.2.11

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"
            minOccurs="0"
            name="Version">
   <xs:annotation>
      <xs:documentation xml:lang="en">FundsXML Schema Version (4.0.0, 4.0.1, 4.1.0, ...)</xs:documentation>
      <xs:documentation xml:lang="de">FundsXML Schema Version (4.0.0, 4.0.1, 4.1.0, ...)</xs:documentation>
      <xs:documentation xml:lang="fr">Version du schéma FundsXML (4.0.0, 4.0.1, 4.1.0, ...)</xs:documentation>
      <xs:documentation xml:lang="nl">FundsXML Schema versie (4.0.0, 4.0.1, 4.1.0, ...)</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="4.0.0"/>
         <xs:enumeration value="4.0.1"/>
         <xs:enumeration value="4.1.0"/>
         <xs:enumeration value="4.1.1"/>
         <xs:enumeration value="4.1.2"/>
         <xs:enumeration value="4.1.3"/>
         <xs:enumeration value="4.1.4"/>
         <xs:enumeration value="4.1.5"/>
         <xs:enumeration value="4.1.6"/>
         <xs:enumeration value="4.1.7"/>
         <xs:enumeration value="4.1.8"/>
         <xs:enumeration value="4.1.9"/>
         <xs:enumeration value="4.1.10"/>
         <xs:enumeration value="4.1.11"/>
         <xs:enumeration value="4.2.0"/>
         <xs:enumeration value="4.2.1"/>
         <xs:enumeration value="4.2.2"/>
         <xs:enumeration value="4.2.3"/>
         <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:enumeration value="4.2.8"/>
         <xs:enumeration value="4.2.9"/>
         <xs:enumeration value="4.2.10"/>
         <xs:enumeration value="4.2.11"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>