Veritas File System 5.0 Administrator's Guide (September 2006)
3. 0 or 1 MODAGE element
4. 0 or 1 IOTEMP element
5. 0 or 1 ACCESSTEMP element
The order of elements is significant.
-->
<!ELEMENT WHEN (SIZE?, ACCAGE?, MODAGE?, IOTEMP?, ACCESSTEMP?)>
<!-- The attributes of WHEN element -->
<!-- XML requires all attributes must be enclosed in double quotes -->
<!ATTLIST WHEN
Name CDATA #IMPLIED
Flags (none) #IMPLIED
>
<!-- Specification for SIZE element
It can contain the following:
1. 0 or 1 MIN element
2. 0 or 1 MAX element
-->
<!ELEMENT SIZE (MIN?, MAX?)>
<!-- The attributes of SIZE element -->
<!-- The possible and accepted values for Prefer are:
(THIS IS NOT IMPLEMENTED)
1. low
2. high
The possible and accepted values for Units are:
1. bytes
2. KB
3. MB
4. GB
-->
<!-- XML requires all attributes must be enclosed in double quotes -->
<!ATTLIST SIZE
Prefer (low|high) #IMPLIED
Units (bytes|KB|MB|GB) #REQUIRED
>
<!-- Specification for ACCAGE element
It can contain the following
Dynamic Storage Tiering
File placement policy grammar
150