<xsd:element name="elevate_signed_executables" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Only elevate executables that are signed and validated.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="uacitemelevatesignedexecutables" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:uac_item/win-sc:elevate_signed_executables">
<sch:assert test="@datatype='boolean'">item <sch:value-of select="../@id" /> - datatype attribute for the elevate_signed_executables entity of a uac_item should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|