<xsd:element name="secure_desktop" type="oval-def:EntityStateBoolType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Switch to the secure desktop when prompting for elevation.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="uacstesecuredesktop" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:uac_state/win-def:secure_desktop">
<sch:assert test="@datatype='boolean'">
<sch:value-of select="../@id" /> - datatype attribute for the secure_desktop entity of a uac_state should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|