Version

/FundsXML4/ControlData/Version

Diagram

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

Documentation

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

Properties

Type
(anonymous)
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
2
Sample Data
4.1.11
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

XML Snippet

<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="Version">
   <xs:annotation>
      <xs:documentation>FundsXML Schema Version (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:restriction>
   </xs:simpleType>
</xs:element>