2.2.4.4 VersionString

Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources

Referenced by: Entity

A set of four numeric values separated by dots that represent the version of the parent element.

The first numerical value represents the major version, the second numerical value represents the minor version, the third numerical value represents the build version, and the forth numerical value represents the revision version.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="VersionString">
   <xs:restriction base="xs:string">
     <xs:pattern value="[0-9]+(\.[0-9]+){1,3}"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).