<xsd:element name="uac_item" substitutionGroup="oval-sc:item">
<xsd:annotation>
<xsd:documentation>The volume item enumerates various attributes about a particular volume mounted to a machine. This includes the various system flags returned by GetVolumeInformation().</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="oval-sc:ItemType">
<xsd:sequence>
<xsd:element name="admin_approval_mode" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Admin Approval Mode for the Built-in Administrator account.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="uacitemadminapprovalmode" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:uac_item/win-sc:admin_approval_mode">
<sch:assert test="@datatype='boolean'">item <sch:value-of select="../@id" /> - datatype attribute for the admin_approval_mode entity of a uac_item should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="elevation_prompt_admin" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Behavior of the elevation prompt for administrators in Admin Approval Mode.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="uacitemelevationpromptadmin" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:uac_item/win-sc:elevation_prompt_admin">
<sch:assert test="@not(@datatype) or datatype='string'">item <sch:value-of select="../@id" /> - datatype attribute for the elevation_prompt_admin entity of a uac_item should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="elevation_prompt_standard" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Behavior of the elevation prompt for standard users.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="uacitemelevationpromptstandard" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:uac_item/win-sc:elevation_prompt_standard">
<sch:assert test="not(@datatype) or @datatype='string'">item <sch:value-of select="../@id" /> - datatype attribute for the elevation_prompt_standard entity of a uac_item should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="detect_installations" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Detect application installations and prompt for elevation.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="uacitemdetectinstallations" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:uac_item/win-sc:detect_installations">
<sch:assert test="@datatype='boolean'">item <sch:value-of select="../@id" /> - datatype attribute for the detect_installations entity of a uac_item should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<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>
<xsd:element name="elevate_uiaccess" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Only elevate UIAccess applications that are installed in secure locations.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="uacitemelevateuiaccess" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:uac_item/win-sc:elevate_uiaccess">
<sch:assert test="@datatype='boolean'">item <sch:value-of select="../@id" /> - datatype attribute for the elevate_uiaccess entity of a uac_item should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="run_admins_aam" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Run all administrators in Admin Approval Mode.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="uacitemrunadminsaam" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:uac_item/win-sc:run_admins_aam">
<sch:assert test="@datatype='boolean'">item <sch:value-of select="../@id" /> - datatype attribute for the run_admins_aam entity of a uac_item should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="secure_desktop" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Switch to the secure desktop when prompting for elevation.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="uacitemsecuredesktop" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:uac_item/win-sc:secure_desktop">
<sch:assert test="@datatype='boolean'">item <sch:value-of select="../@id" /> - datatype attribute for the secure_desktop entity of a uac_item should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="virtualize_write_failures" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Virtualize file and registry write failures to per-user locations.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="uacitemvirtualizewritefailures" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:uac_item/win-sc:virtualize_write_failures">
<sch:assert test="@datatype='boolean'">item <sch:value-of select="../@id" /> - datatype attribute for the virtualize_write_failures entity of a uac_item should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|