
59
XML User Import File Format:
The XML file should have the following format:
<?xml version="1.0"?>
<contacts>
<person>
<name>
<first></first>
<middle></middle>
<last></last>
<display></display>
</name>
<email></email>
<password></password>
<roles>
<role></role>
</roles>
<outlook></outlook>
<work>
<company></company>
<jobtitle></jobtitle>
<phone></phone>
<mobile></mobile>
<fax></fax>
<otherphone></otherphone>
<address>
<street1></street1>
<street2></street2>
<city></city>
<state></state>
<zipcode></zipcode>
<country></country>
</address>
</work>
<home>
<phone></phone>
</home>
</person>
</contacts>
Notes:
- Child elements of a tag may be entered in any order
- Certain characters must be escaped:
a. & -> &
b. < -> <
c. > -> >
d. ‘ -> '
e. “ -> "
Comentarios a estos manuales