Inside Automation Engine > XML Files of Objects > Documentation > Export File

 Export File

This document includes an example for the XML export file of a Documentation object.

For example:

<?xml version="1.0" encoding="ISO-8859-1"?>  
- <uc-export clientvers="3.02">  
- <DOCU client="0003"name="CLIENT_OBJ_0003"system="UCGLOBAL">  
- <HEADER state="2">
<Title>Partial documentation for client 3</Title>  
<Created>John Smith on: 2005-03-17 09:31:16</Created>  
<Modified>John Smith on: 2005-03-17 09:36:01      6x</Modified>  
<LastUsed/>  
</HEADER>  
- <DOCU_General state="1"type="text">
- <DOC>
<[Objects of client ...3]>
</DOC>
</DOCU_General>
- <DOCU_Details- state="1" type="xml">
- <DOC>
<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE General [
<!ELEMENT General( #PCDATA ) >
<!ELEMENT Content ( General, Objects, Contacts ) >
<!ELEMENT Workflow EMPTY >
<!ATTLIST Workflow Name CDATA "MM.DAY >
<!ELEMENT Jobs EMPTY >
<!ATTLIST Jobs Name CDATA "MM.CLOSING" >
<!ELEMENT Contacts EMPTY >
<!ATTLIST Contacts Persons ( Green | Smith ) "Smith" >
<!ELEMENT Objects ( Jobs, Workflow ) >
<Content>
<General>www.automic.com</General>
<Objects>
<Jobs Name="MM.CLOSING"/>
<Workflow Name="MM.DAY"/>
</Objects>
<Contacts Persons="Smith"/>
]]>
<DOC/>
</DOCU_Details->
</DOCU>
</uc-export>

 

See also:

Documentation
Export-File Structure

XML-File Structure for Imports and Exports