Show AllShow All

xdSolutionVersion Type

Specifies a version number.

Type

xsd:string

Facets

NameDescription
pattern(([0-9]{1,4}.){3}[0-9]{1,4})

Remarks

The xdSolutionVersion type is used for attributes in the form definition (.xsf) file that specify a version number.

Example

The following example is the declaration of the xdSolutionVersion type:

<xsd:simpleType name="xdSolutionVersion">
   <xsd:restriction base="xsd:string">
      <xsd:pattern value="(([0-9]{1,4}.){3}[0-9]{1,4})" />
   </xsd:restriction>
</xsd:simpleType>
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp