Sun Identity Manager Deployment Reference

Using XML Object Language to Represent a List

The XML Object language uses the <List> element to represent lists. The contents of the <List> element can be only other XML Objects. In the following example, the content of the <List> element are <String> elements.

Example

<List>

   <String>cat</String>      

   <String>dog</String>    

</List>