XML FOR DOMINO


Examples: DXL output for an acl element
The following text file excerpt represents the DXL output for the Access Control List (ACL) of a database.

The See Also section below lists the elements that are illustrated in DXL format in this example.

Note that the attributes for each element are listed within the angle brackets of the element's opening tag. The location of the element's closing tag illustrates the containment hierarchy of the element. For example, the acl element's opening and closing tags surround all the other tags. This illustrates that these elements are contained by the acl element.

<acl maxinternetaccess="editor">

<role>[webuser]</role>

<aclentry name="-Default-" default="true" level="designer" deletedocs="true" createlsjavaagents="false" />

<aclentry name="OtherDomainServers" type="servergroup" level="manager" deletedocs="true"/>

<aclentry name="CN=Jane Itgal/OU=CAM/O=Acme" type="person" level="manager" deletedocs="true" />

<aclentry name="CN=Leo Tolstoy/OU=CAM/O=Acme" type="person" level="editor" deletedocs="false" createpersonalagents="false" createpersonalviews="false" createsharedviews="true" createlsjavaagents="true" />

<aclentry name="LocalDomainServers" type="servergroup" level="manager" deletedocs="true" />

<aclentry name="CN=Colleen Free/OU=CAM/O=Acme" level="reader" createpersonalagents="true" createpersonalviews="true" createlsjavaagents="true" writepublicdocs="false" />

<logentry>05/17/2001 11:00:01 AM Jane Itgal/CAM/Acme updated role webuser</logentry>

<logentry>05/17/2001 10:59:52 AM Jane Itgal/Acme updated Colleen Free/CAM/Acme</logentry>

<logentry>05/17/2001 10:59:22 AM Jane Itgal/CAM/Acme updated Leo Tolstoy/CAM/Acme</logentry>

<logentry>05/17/2001 10:59:11 AM Jane Itgal/CAM/Acme added Leo Tolstoy/CAM/Acme</logentry>

<logentry>05/17/2001 10:59:11 AM Jane Itgal/CAM/Acme added Colleen Free/CAM/Acme</logentry>

<logentry>04/24/2001 01:23:37 PM Jane Itgal/CAM/Acme added OtherDomainServers</logentry>

<logentry>04/24/2001 01:23:37 PM Jane Itgal/CAM/Lotus added LocalDomainServers</logentry>

<logentry>04/24/2001 01:23:37 PM Jane Itgal/CAM/Lotus updated Jane Itgal/CAM/Acme</logentry>

<logentry>04/24/2001 01:23:37 PM Jane Itgal/CAM/Lotus added Jane Itgal/CAM/Acme</logentry>

<logentry>04/24/2001 01:23:37 PM Jane Itgal/CAM/Lotus updated -Default-</logentry>

</acl>

See Also