Definition Type: Attribute
Name: recurse_file_system
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#unix
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: unix-definitions-schema.xsd
ContentType Restriction
Default all
Use Optional
Documentation:
'recurse_file_system' defines the file system limitation of any recursion, either 'local' limiting data collection to local file systems (as opposed to file systems mounted from an external system), or 'defined' to keep any recursion within the file system that the file_object (path+filename) has specified. The default value is 'all' meaning to use all available file systems for data collection.
Collapse XSD Schema Diagram:
XSD Diagram of recurse_file_system in schema unix-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:attribute name="recurse_file_system" use="optional" default="all">
    <xsd:annotation>
        <xsd:documentation>'recurse_file_system' defines the file system limitation of any recursion, either 'local' limiting data collection to local file systems (as opposed to file systems mounted from an external system), or 'defined' to keep any recursion within the file system that the file_object (path+filename) has specified. The default value is 'all' meaning to use all available file systems for data collection.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="all" />
            <xsd:enumeration value="local" />
            <xsd:enumeration value="defined" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration all
Enumeration local
Enumeration defined