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 attribute in schema windows-schema_xsd Drilldown into relative_dn in schema windows-schema_xsd Drilldown into naming_context 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="naming_context" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Each object in active directory exists under a certain naming context (also known as a partition).  A naming context is defined as a single object in the Directory Information Tree (DIT) along with every object in the tree subordinate to it.  There are three default naming contexts in Active Directory: domain, configuration, and schema.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Active Directory Test</parent_test>
                                <cardinality>1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                                <valid_operators>equals, not equal</valid_operators>
                            </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:complexType>
                            <xsd:simpleContent>
                                <xsd:restriction base="oval:subtestStringType">
                                    <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:subtestStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The relative_dn field is used to uniquely identify an object inside the specified naming context.  It contains all the parts of the objects distinguished name except those outlined by the naming context.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Active Directory 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="attribute" type="oval:subtestStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Specifies a named value contained by the object.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Active Directory 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: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 Derivation Tree: