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