3.1.4.1.3.11 EnrollmentPermission

The <EnrollmentPermission> complex type is used to convey the permissions for the associated parent object.

 <xs:complexType name="EnrollmentPermission">
   <xs:sequence>
     <xs:element name="enroll" type="xs:boolean" />
     <xs:element name="autoEnroll" type="xs:boolean" />
   </xs:sequence>
 </xs:complexType>

enroll: The xs:boolean <enroll> element is used to indicate whether the requestor has permission to enroll. If the <enroll> element is true, the requestor has permission to enroll. If the <enroll> element is false, the requestor does not have permission to enroll.

autoEnroll: The xs:boolean <autoEnroll> element is used to indicate whether the requestor has permission to automatically enroll. If the <autoEnroll> element is true, the requestor has permission to automatically enroll. If the <autoEnroll> element is false, the requestor does not have permission to automatically enroll.