<xsd:element name="detect_installations" type="oval-def:EntityStateBoolType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Detect application installations and prompt for elevation.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="uacstedetectinstallations" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:uac_state/win-def:detect_installations">
<sch:assert test="@datatype='boolean'">
<sch:value-of select="../@id" /> - datatype attribute for the detect_installations entity of a uac_state should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|