Definition Type: Attribute
Name: maxdepth
Namespace: http://oval.mitre.org/XMLSchema/oval#macos
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: macos-schema.xsd
ContentType Restriction
Default -1
Use (Optional)
Documentation:
Defines the maximum depth to traverse to during recursion. Default is '-1', meaning 'no limitation'. A value of 0 is equivalent to no recursion, 1 means to step only one directory level down, and so on. These values (0+) are equivalent to the command line 'find' command.
Collapse XSD Schema Diagram:
XSD Diagram of maxdepth in schema macos-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:attribute name="maxdepth" default="-1">
    <xsd:annotation>
        <xsd:documentation>
							Defines the maximum depth to traverse to during recursion.  Default is '-1', meaning 'no limitation'.  A value of 0 is equivalent to no recursion, 1 means to step only one directory level down, and so on.  These values (0+) are equivalent to the command line 'find' command.
						</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
            <xsd:fractionDigits value="0">
            </xsd:fractionDigits>
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
FractionalDigits 0