Definition Type: Element
Name: uac_item
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#windows
Type: oval-sc:ItemType
Containing Schema: windows-system-characteristics-schema.xsd
Abstract
Documentation:
The volume item enumerates various attributes about a particular volume mounted to a machine. This includes the various system flags returned by GetVolumeInformation().
Collapse XSD Schema Diagram:
Drilldown into virtualize_write_failures in schema windows-system-characteristics-schema_xsd Drilldown into secure_desktop in schema windows-system-characteristics-schema_xsd Drilldown into run_admins_aam in schema windows-system-characteristics-schema_xsd Drilldown into elevate_uiaccess in schema windows-system-characteristics-schema_xsd Drilldown into elevate_signed_executables in schema windows-system-characteristics-schema_xsd Drilldown into detect_installations in schema windows-system-characteristics-schema_xsd Drilldown into elevation_prompt_standard in schema windows-system-characteristics-schema_xsd Drilldown into elevation_prompt_admin in schema windows-system-characteristics-schema_xsd Drilldown into admin_approval_mode in schema windows-system-characteristics-schema_xsd Drilldown into message in schema oval-system-characteristics-schema_xsd Drilldown into status in schema oval-system-characteristics-schema_xsd Drilldown into id in schema oval-system-characteristics-schema_xsd Drilldown into ItemType in schema oval-system-characteristics-schema_xsdXSD Diagram of uac_item in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
message oval-sc:message 0 1
admin_approval_mode win-sc:admin_approval_mode 0 1
elevation_prompt_admin win-sc:elevation_prompt_admin 0 1
elevation_prompt_standard win-sc:elevation_prompt_standard 0 1
detect_installations win-sc:detect_installations 0 1
elevate_signed_executables win-sc:elevate_signed_executables 0 1
elevate_uiaccess win-sc:elevate_uiaccess 0 1
run_admins_aam win-sc:run_admins_aam 0 1
secure_desktop win-sc:secure_desktop 0 1
virtualize_write_failures win-sc:virtualize_write_failures 0 1
Collapse Child Attributes:
Name Type Default Value Use
id oval-sc:id Required
status oval-sc:status exists Optional
Collapse Derivation Tree:
Collapse References:
oval-sc:item