Definition Type: Element
Name: tested_object
Namespace: http://oval.mitre.org/XMLSchema/oval_results#windows
Type: oval_results:testedObjectType
Containing Schema: windows-oval-results-schema.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into attribute in schema windows-oval-results-schema_xsd Drilldown into relative_dn in schema windows-oval-results-schema_xsd Drilldown into naming_context in schema windows-oval-results-schema_xsd Drilldown into object_id in schema oval-results-schema_xsd Drilldown into status in schema oval-results-schema_xsd Drilldown into result in schema oval-results-schema_xsd Drilldown into testedObjectType in schema oval-results-schema_xsdXSD Diagram of tested_object in schema windows-oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="tested_object" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="oval_results:testedObjectType">
                <xsd:sequence>
                    <xsd:element name="naming_context" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The naming context that the matching object exists under.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Active Directory Test</parent_test>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:complexType>
                            <xsd:simpleContent>
                                <xsd:restriction base="oval_results:testedStringType">
                                    <xsd:enumeration value="domain" />
                                    <xsd:enumeration value="configuration" />
                                    <xsd:enumeration value="schema" />
                                </xsd:restriction>
                            </xsd:simpleContent>
                        </xsd:complexType>
                    </xsd:element>
                    <xsd:element name="relative_dn" type="oval_results:testedStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The relative dn of the matching object.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Active Directory Test</parent_test>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="attribute" type="oval_results:testedStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The attribute name of the matching object.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Active Directory Test</parent_test>
                                <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
naming_context windows:naming_context 1 1
relative_dn windows:relative_dn 1 1
attribute windows:attribute 1 1
Collapse Child Attributes:
Name Type Default Value Use
result oval_results:result Required
status oval_results:status exists Optional
object_id oval_results:object_id Optional
Collapse Derivation Tree: