Definition Type: Element
Name: wql
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#windows
Type: system_characteristics:objectStringType
Containing Schema: windows-system-characteristics-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
A WQL query used to identify the object(s) specified. Any valid WQL query is allowed with one exception, at most one field is allowed in the SELECT portion of the query. For example SELECT name FROM ... is valid, as is SELECT 'true' FROM ..., but SELECT name, number FROM ... is not valid. This is because the result element in the data section is only designed to work against a single field.
Collapse XSD Schema Diagram:
Drilldown into datatype in schema system-characteristics-schema_xsd Drilldown into objectAttributes in schema system-characteristics-schema_xsd Drilldown into objectStringType in schema system-characteristics-schema_xsdXSD Diagram of wql in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="wql" type="system_characteristics:objectStringType" minOccurs="1" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>A WQL query used to identify the object(s) specified.  Any valid WQL query is allowed with one exception, at most one field is allowed in the SELECT portion of the query.  For example SELECT name FROM ... is valid, as is SELECT 'true' FROM ..., but SELECT name, number FROM ... is not valid.  This is because the result element in the data section is only designed to work against a single field.</xsd:documentation>
        <xsd:appinfo>
            <parent_item>wmi_item</parent_item>
            <cardinality>1</cardinality>
            <content>string</content>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
datatype system_characteristics:datatype literal Optional
Collapse Derivation Tree: