Oracle Waveset 8.1.1 Deployment Reference

Returning Static Values

If the rule returns a static value, you can write it using XML Object syntax. The following example returns a list of strings.


Example 4–9 Returning a List of Strings


<Rule name=’UnixHostList’> 
   <List> 
      <String>aas</String> 
      <String>ablox</String> 
      <String>aboupdt</String> 
   </List> 
</Rule>

For more information about XML Object syntax, see the “XML Object Language” chapter in Deployment Reference.