Definition Type: Element
Name: object
Namespace: http://oval.mitre.org/XMLSchema/oval#windows
Type: oval:objectType
Containing Schema: windows-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into id in schema windows-schema_xsd Drilldown into key in schema windows-schema_xsd Drilldown into objectType in schema oval-schema_xsdXSD Diagram of object in schema windows-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="oval:objectType">
                <xsd:sequence>
                    <xsd:element name="key" type="oval:subtestStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This element describes a metabase key to be tested.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Metabase Test</parent_test>
                                <cardinality>1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                                <valid_operators>equals, not equal, pattern match</valid_operators>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="id" type="oval:subtestIntType" minOccurs="1" maxOccurs="1" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The id element specifies a particular object under the metabase key.  If nillable is set to true, then the id element should be ignored during analysis.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Metabase Test</parent_test>
                                <cardinality>1</cardinality>
                                <content>integer</content>
                                <valid_datatypes>integer</valid_datatypes>
                                <valid_operators>equals, not equal, greater than, less than, greater than or equal, less than or equal</valid_operators>
                            </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
key windows:key 1 1
id windows:id 1 1
Collapse Derivation Tree: