Definition Type: Attribute
Name: recurse
Namespace: http://oval.mitre.org/XMLSchema/oval#macos
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: macos-schema.xsd
ContentType Restriction
Default NONE
Use (Optional)
Documentation:
Defines how to recurse into the PATH element. Default is 'NONE' for no recursion, other options define if the recursion examines files only, directories only, or both.
Collapse XSD Schema Diagram:
XSD Diagram of recurse in schema macos-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:attribute name="recurse" default="NONE">
    <xsd:annotation>
        <xsd:documentation>Defines how to recurse into the PATH element.  Default is 'NONE' for no recursion, other options define if the recursion examines files only, directories only, or both.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="NONE" />
            <xsd:enumeration value="FILES" />
            <xsd:enumeration value="DIRECTORIES" />
            <xsd:enumeration value="FILE_AND_DIRECTORIES" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration NONE
Enumeration FILES
Enumeration DIRECTORIES
Enumeration FILE_AND_DIRECTORIES