2.2.5.15 FileVersionNumberType

The FileVersionNumberType simple type is used to represent the unique version number on the server for a version of a file.

 <xs:simpleType name="FileVersionNumberType">
    <xs:restriction base="xs:string">
      <xs:pattern value="[0-9]+[.][0-9]+" />
    </xs:restriction>
 </xs:simpleType> 

The value of a FileVersionNumberType is typically in the form major.minor (for example, 1.0).