versionString Simple Type

The versionString simple type is a string value representing the decimal version associated with the major and minor ADMX schema version updates.

<xs:simpleType name="versionString">
    <xs:restriction
        base="token"
    >
        <xs:pattern
            value="[0-9]{1,4}\.[0-9]{1,5}"
         />
    </xs:restriction>
</xs:simpleType>

Patterns

The versionString simple type is a token that is restricted by the following pattern:

  • [0-9]{1,4}\.[0-9]{1,5}

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013