Veritas File System 5.0 AdministratorÆs Guide, HP-UX 11i v3, First Edition, May 2008

Only one value can be specified per element.
-->
<!ELEMENT PATTERN (#PCDATA)>
<!-- The attributes of PATTERN element -->
<!-- The possible and accepted values for Flags are
1. recursive
This is an optional attribute. It is meaningful only
if the PATTERN is a dirctory. Default is nonrecursive,
which will be case for file PATTERNs. If this attribute
is specified, the enclosing SELECTion criteria will
select all files in any component directory (for example
dir1, in /mnt/dir0/dir1 if PATTERN is dir1) that is
anywhere (below the DIRECTORY,
- if it is specified and has 'recursive flag or
- anywhere in file system, if DIRECTORY is not
specified),
provided the component directory matches the PATTERN
(here 'dir1' in the example). If PATTERN has wild
character '*' in it, wild char based matching is performed.
-->
<!-- XML requires all attributes must be enclosed in double quotes -->
<!ATTLIST PATTERN
Flags (recursive | nonrecursive) "nonrecursive"
>
<!-- Specification for USER element
The USER is a name string of the unix domain user
Only one value can be specified per element.
-->
<!ELEMENT USER (#PCDATA)>
<!-- Specification for GROUP element
The GROUP is a name string of the unix domain group
Only one value can be specified per element.
-->
<!ELEMENT GROUP (#PCDATA)>
143Dynamic Storage Tiering
File placement policy grammar