Veritas File System 5.0 Administrator's Guide (September 2006)

-->
<!-- 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)>
<!-- Specification for CREATE element. This describes creation criteria.
It can contain the following:
1. 0 or 1 COMMENT element
2. 1 ON element
The order of elements may be significant in future
-->
<!ELEMENT CREATE (COMMENT?, ON)>
<!-- The attributes of CREATE element -->
<!-- XML requires all attributes must be enclosed in double quotes -->
<!ATTLIST CREATE
Name CDATA #IMPLIED
Flags CDATA #IMPLIED
>
<!-- Specification for ON element. This describes location criteria.
It can contain the following:
1. 0 or more DESTINATION elements
145Dynamic Storage Tiering
File placement policy grammar