Version Complex Type

The Version type is a version number with four fields: Major, Minor, Custom, and Sequence.

Syntax

<Version>
   <Major />  
   <Minor />  
   <Custom />  
   <Sequence />  
</Version>

Complex Type Elements

Element Data type Description

Major

xs:int

The major version number.

Minor

xs:int

The minor version number.

Custom

xs:int

A version number that can be incremented for custom builds and for other reasons.

Sequence

xs:int

The build number or other sequence number.

See Also

Reference

GrooveProperties Web Service