Definition Type: ComplexType
Name: EntityItemNamingContextType
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#windows
Type: oval-sc:EntityItemStringType
Containing Schema: windows-system-characteristics-schema.xsd
Abstract
Documentation:
The EntityItemNamingContextType restricts a string value to a specific set of values: domain, configuration, and schema. These values describe the different naming context found withing Active Directory. The empty string is also allowed to support empty emlement associated with error conditions.
Collapse XSD Schema Diagram:
Drilldown into status in schema oval-system-characteristics-schema_xsd Drilldown into mask in schema oval-system-characteristics-schema_xsd Drilldown into datatype in schema oval-system-characteristics-schema_xsdXSD Diagram of EntityItemNamingContextType in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="EntityItemNamingContextType">
    <xsd:annotation>
        <xsd:documentation>The EntityItemNamingContextType restricts a string value to a specific set of values: domain, configuration, and schema. These values describe the different naming context found withing Active Directory. The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="oval-sc:EntityItemStringType">
            <xsd:enumeration value="domain" />
            <xsd:enumeration value="configuration" />
            <xsd:enumeration value="schema" />
            <xsd:enumeration value="">
                <xsd:annotation>
                    <xsd:documentation>The empty string value is permitted here to allow for detailed error reporting.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
        </xsd:restriction>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
datatype oval-sc:datatype string Optional
mask oval-sc:mask false Optional
status oval-sc:status exists Optional
Collapse Facets:
Facet Value
Enumeration domain
Enumeration configuration
Enumeration schema
Enumeration
Collapse Derivation Tree:
Collapse References:
win-sc:naming_context