<xsd:element name="admin_approval_mode" type="oval-def:EntityStateBoolType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Admin Approval Mode for the Built-in Administrator account.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="uacsteadminapprovalmode" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:uac_state/win-def:admin_approval_mode">
<sch:assert test="@datatype='boolean'">
<sch:value-of select="../@id" /> - datatype attribute for the admin_approval_mode entity of a uac_state should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|