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

-->
<!ELEMENT ACCESSTEMP (MIN?, MAX?, PERIOD)>
<!-- The attributes of ACCESSTEMP element -->
<!-- The possible and accepted values for Prefer are:
(THIS IS NOT IMPLEMENTED)
1. low
2. high
-->
<!-- The possible and accepted values for Type are:
1. nreads
2. nwrites
3. nrws
-->
<!-- XML requires all attributes must be enclosed in double quotes -->
<!ATTLIST ACCESSTEMP
Prefer (low|high) #IMPLIED
Type (nreads|nwrites|nrws) #REQUIRED
>
<!-- Specification for MIN element -->
<!ELEMENT MIN (#PCDATA)>
<!-- The attributes of MIN element -->
<!-- The possible and accepted values for Flags are:
1. gt for greater than
2. eq for equal to
3. gteq for greater than or equal to
-->
<!-- XML requires all attributes must be enclosed in double quotes -->
<!ATTLIST MIN
Flags (gt|eq|gteq) #REQUIRED
>
<!-- Specification for MAX element -->
<!ELEMENT MAX (#PCDATA)>
<!-- The attributes of MAX element -->
<!-- The possible and accepted values for Flags are:
1. lt for less than
2. lteq for less than or equal to
-->
<!-- XML requires all attributes must be enclosed in double quotes -->
153Dynamic Storage Tiering
File placement policy grammar