3.1.4.1.3.62 VersionType Complex Type

The VersionType complex type specifies the rule pack version.

 <xs:complexType name="VersionType">
   <xs:attribute name="major" type="xs:unsignedShort" use="required"/>
   <xs:attribute name="minor" type="xs:unsignedShort" use="required"/>
   <xs:attribute name="build" type="xs:unsignedShort" use="required"/>
   <xs:attribute name="revision" type="xs:unsignedShort" use="required"/>
 </xs:complexType>

The following table lists the attributes of the VersionType complex type.

Attribute

Type

Description

major

xs:unsignedShort ([XMLSCHEMA2] section 3.3.23)

Specifies the rule pack major version number.

minor

xs:unsignedShort

Specifies the rule pack minor version number.

build

xs:unsignedShort

Specifies the rule pack build number.

revision

xs:unsignedShort

Specifies the rule pack revision number.