<xsd:element name="setcbprivilege" type="oval-def:EntityStateBoolType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>If the setcbprivilege privilege is enabled, it allows a process to assume the identity of any user and thus gain access to the resources that the user is authorized to access.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="atstesetcbprivilege" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:accesstoken_state/win-def:setcbprivilege">
<sch:assert test="@datatype='boolean'">
<sch:value-of select="../@id" /> - datatype attribute for the setcbprivilege entity of an accesstoken_state should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|