Definition Type: Element
Name: naming_context
Namespace: http://oval.mitre.org/XMLSchema/oval_results#windows
Type: oval_results:subtestStringType
Containing Schema: windows-oval-results-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into version in schema oval-results-schema_xsd Drilldown into var_ref in schema oval-results-schema_xsd Drilldown into operator in schema oval-results-schema_xsd Drilldown into datatype in schema oval-results-schema_xsdXSD Diagram of naming_context in schema windows-oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<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_results:subtestStringType">
                <xsd:enumeration value="domain" />
                <xsd:enumeration value="configuration" />
                <xsd:enumeration value="schema" />
                <xsd:enumeration value="" />
            </xsd:restriction>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
datatype oval_results:datatype string Optional
operator oval_results:operator equals Optional
var_ref oval_results:var_ref Optional
version oval_results:version 1 Optional
Collapse Facets:
Facet Value
Enumeration domain
Enumeration configuration
Enumeration schema
Enumeration
Collapse Derivation Tree: