Share via


2.2.4.422 sys:Version

The sys:Version complex type can be used to specify the version of a component or server.

 <xs:complexType name="Version">
   <xs:sequence>
     <xs:element name="_Build" type="xsd:int" />
     <xs:element name="_Major" type="xsd:int" />
     <xs:element name="_Minor" type="xsd:int" />
     <xs:element name="_Revision" type="xsd:int" />
   </xs:sequence>
 </xs:complexType>

_Build: The build number of the component or server.

_Major: The major number of the version of the component or server.

_Minor: The minor number of the version of the component or server.

_Revision: The revision number of the version of the component or server.