Definition Type: Attribute
Name: recurse_direction
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#independent
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: independent-definitions-schema.xsd
ContentType Restriction
Default none
Use Optional
Documentation:
'recurse_direction' defines the direction, either 'up' to parent directories, or 'down' into child directories to recursively search for files. When recursing up or down, one is limited by the max_depth behavior. Note that it is not an error if max_depth specifies a certain level of recursion and that level does not exist. Recursing should only go as deep as available. The default value is 'none' for no recursion.
Collapse XSD Schema Diagram:
XSD Diagram of recurse_direction in schema independent-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:attribute name="recurse_direction" use="optional" default="none">
    <xsd:annotation>
        <xsd:documentation>'recurse_direction' defines the direction, either 'up' to parent directories, or 'down' into child directories to recursively search for files. When recursing up or down, one is limited by the max_depth behavior. Note that it is not an error if max_depth specifies a certain level of recursion and that level does not exist. Recursing should only go as deep as available. The default value is 'none' for no recursion.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="none" />
            <xsd:enumeration value="up" />
            <xsd:enumeration value="down" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration none
Enumeration up
Enumeration down