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

Though zero DESTINATION elements is defined in grammar, current
implementation requires at least on DESTINATION.
-->
<!ELEMENT ON (DESTINATION*)>
<!-- The attributes of ON element -->
<!-- The possible and accepted values for Flags is:
1. any
If this attribute is set, there may or may not be any CLASS
elements in the DESTINATION elements under the ON element.
If any of the DESTINATION elements have CLASS element, such
CLASSes in the file system would be used first before other
placement class storage is used.
-->
<!-- XML requires all attributes must be enclosed in double quotes -->
<!ATTLIST ON
Name CDATA #IMPLIED
Flags (any) #IMPLIED
>
<!-- Specification for DESTINATION element. This describes target location.
It can contain the following:
1. 0 or 1 CLASS element
2. 0 or 1 PERCENT element
3. 0 or 1 BALANCE_SIZE element
-->
<!ELEMENT DESTINATION (CLASS?, PERCENT?, BALANCE_SIZE?)>
<!-- The attributes of DESTINATION element -->
<!-- The possible and accepted values for Flags:
(THIS IS NOT IMPLEMENTED)
1. disallow
If this 'disallow' is set, there must not be any PERCENT or
BALANCE_SIZE elements in such DESTINATION element but there
must be a CLASS element. There must not be any RELOCATE and
DELETE statements in the enclosing RULE element either.
-->
<!-- XML requires all attributes must be enclosed in double quotes -->
<!ATTLIST DESTINATION
Name CDATA #IMPLIED
Flags (disallow) #IMPLIED
Dynamic Storage Tiering
File placement policy grammar
146