Definition Type: Element
Name: rootpath
Namespace: http://oval.mitre.org/XMLSchema/oval#windows
Type: windows:componentType
Containing Schema: windows-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
A string that contains the root directory of the volume to be described. A trailing backslash is required. For example, you would specify \\MyServer\MyShare as "\\MyServer\MyShare\", or the C drive as "C:\".
Collapse XSD Schema Diagram:
Drilldown into component in schema windows-schema_xsd Drilldown into var_ref in schema oval-schema_xsd Drilldown into operator in schema oval-schema_xsd Drilldown into datatype in schema oval-schema_xsd Drilldown into subtestAttributes in schema oval-schema_xsd Drilldown into subtestBaseType in schema oval-schema_xsd Drilldown into componentType in schema windows-schema_xsdXSD Diagram of rootpath in schema windows-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="rootpath" type="windows:componentType" minOccurs="1" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>A string that contains the root directory of the volume to be described.  A trailing backslash is required.  For example, you would specify \\MyServer\MyShare as "\\MyServer\MyShare\", or the C drive as "C:\".</xsd:documentation>
        <xsd:appinfo>
            <parent_test>Volume Test</parent_test>
            <cardinality>1</cardinality>
            <content>none</content>
            <valid_datatypes>component</valid_datatypes>
            <valid_operators>equals, not equal, pattern match</valid_operators>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
component windows:component 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
datatype oval:datatype string Optional
operator oval:operator equals Optional
var_ref oval:var_ref Optional
<anyAttribute>
Collapse Derivation Tree: