Definition Type: Element
Name: object
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#windows
Type: system_characteristics:objectType
Containing Schema: windows-system-characteristics-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into wql in schema windows-system-characteristics-schema_xsd Drilldown into namespace in schema windows-system-characteristics-schema_xsd Drilldown into status in schema system-characteristics-schema_xsd Drilldown into objectType in schema system-characteristics-schema_xsdXSD Diagram of object in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="object" minOccurs="1" maxOccurs="1">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="system_characteristics:objectType">
                <xsd:sequence>
                    <xsd:element name="namespace" type="system_characteristics:objectStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The WMI namespaces of the specific object.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>wmi_item</parent_item>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <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>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
namespace windows:namespace 1 1
wql windows:wql 1 1
Collapse Child Attributes:
Name Type Default Value Use
status system_characteristics:status exists Optional
Collapse Derivation Tree: