3.1.4.1.3.24 Revision

The <Revision> complex type identifies the version information of a CertificateEnrollmentPolicy object.

 <xs:complexType name="Revision">
   <xs:sequence>
     <xs:element name="majorRevision" type="xs:unsignedInt" />
     <xs:element name="minorRevision" type="xs:unsignedInt" nillable="true" />
   </xs:sequence>
 </xs:complexType>

majorRevision: The major version number of the corresponding CertificateEnrollmentPolicy object. The <majorRevision> element MUST be a positive nonzero integer. The <majorRevision> element will be populated from the <revision> attribute as specified in [MS-CRTD] section 2.6.

minorRevision: The minor version number of the corresponding CertificateEnrollmentPolicy object. The <minorRevision> element MUST be an integer greater than or equal to 0. The <minorRevision> element will be populated from the <msPKI-Template-Minor-Revision> attribute as specified in [MS-CRTD] section 2.17.