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

 Export File

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

For example:

<?xml version="1.0" encoding="ISO-8859-1"?> 
- <uc-export clientvers="3.02"> 
- <SYNC client="0003"name="DB.STATUS"system="UCGLOBAL"> 
- <XHEADER state="1"> 
<Title/> 
<Created>John Smith on: 2005-03-14 08:31:40</Created> 
<Modified>John Smith on: 2005-03-12 08:38:10      1 x</Modified> 
<LastUsed/> 
<ArchiveKey1/> 
<ArchiveKey2/>
<ExtRepDef>1</ExtRepDef>
<ExtRepAll>0</ExtRepAll>
<ExtRepNone>0</ExtRepNone> 
</XHEADER>
- <ATTR_SYNC state="1">
<CurrState>SHARE</CurrState>
<Value>1</Value>
</ATTR_SYNC>
- <SYNC>
- <State>
<row Status="EXCLUSIVE" Text="Used exclusive"/>
<row Status="SHARE" Text="Shared usable"/>
</State>
- <Rule>
<row Action="USE" OperatorCheck="&lt; " OperatorSet="+ " StatusCheck="SHARE"
StatusSet="SHARE" ValueCheck="3" ValueSet="1"/>
<row Action="USE_EXCLUSIVE" OperatorCheck="= " OperatorSet="  " StatusCheck="SHARE"
StatusSet="EXCLUSIVE" ValueCheck="0" ValueSet="0"/>
<row Action="RELEASE" OperatorCheck="&gt; " OperatorSet="- " StatusCheck="SHARE"
StatusSet="SHARE" ValueCheck="0" ValueSet="1"/>
<row Action="RELEASE" OperatorCheck="  " OperatorSet="= " StatusCheck="EXCLUSIVE"
StatusSet="SHARE" ValueCheck="0" ValueSet="0"/>
</Rule>
</SYNC> 
- <DOCU_General state="1"type="text">
<DOC/>
</DOCU_General> 
</SYNC> 
</uc-export>

  

See also:

Sync ObjectsExport-File StructureXML-File Structure for Imports and Exports