Veritas File System 5.0 AdministratorÆs Guide, HP-UX 11i v3, First Edition, May 2008
The elements can appear in any order.
-->
<!ELEMENT SELECT (COMMENT?, DIRECTORY*, PATTERN*, USER*, GROUP*, UID*, GID*, TAG*)>
<!-- The attributes of SELECT element -->
<!-- XML requires all attributes must be enclosed in double quotes -->
<!ATTLIST SELECT
Name CDATA #IMPLIED
>
<!-- Specification for DIRECTORY element
The DIRECTORY element takes a path relative to the
mount point. So if the intention is to sweep from
/db/finance/data and /db is the mount point,
DIRECTORY element should contain finance/data
Only one value can be specified per element.
-->
<!ELEMENT DIRECTORY (#PCDATA)>
<!-- The attributes of DIRECTORY element -->
<!-- The possible and accepted values for Flags are
1. recursive
2. nonrecursive
If a given directory appears in more than one RULE,
all such DIRECTORY elements must all be recursive or
nonrecursive but can not be a combination. If no DIRECTORY
element is specified, all the files under the mount point
will be selected.
-->
<!-- XML requires all attributes must be enclosed in double quotes -->
<!ATTLIST DIRECTORY
Flags (recursive|nonrecursive) #REQUIRED
>
<!-- Specification for PATTERN element
The PATTERN can be a full name of a file, i.e., can not contain
"/" characters. Or it can have a '*' character. The first '*'
character will be considered as wild character and any other
character, including a second '*' are treated as literals.
Dynamic Storage Tiering
File placement policy grammar
142