<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>
|