Authorized Control Countries Section of the XML File
When a project is exported to wInsight, the Authorized Control Countries (ACC) list for the project is exported to the <WST_DIR_CTRL_COUNTRY> section of the XML file.
The ACC information is exported only if the following conditions are met:
- The project has authorized control countries assigned.
- The Export Access Control to wInsight 8.1 or Later option on the Integration tab of the Application Preferences dialog box is selected.
- The wInsight version field on the wInsight Database page of the wInsight Wizard is set to 8.1 or later.
The ACC information is placed in the <WST_DIR_CTRL_COUNTRY> section using the following format:
<WST_DIR_CTRL_COUNTRY>
<WST_DIR_CTRL_COUNTRY id="acc1" cc_id="cc1">
<CTRL_COUNTRY>United States</CTRL_COUNTRY>
</WST_DIR_CTRL_COUNTRY>
<WST_DIR_CTRL_COUNTRY id="acc2" cc_id="cc1">
<CTRL_COUNTRY> Canada </CTRL_COUNTRY>
</WST_DIR_CTRL_COUNTRY>
<WST_DIR_CTRL_COUNTRY id="acc3" cc_id="cc1">
<CTRL_COUNTRY>Australia</CTRL_COUNTRY>
</WST_DIR_CTRL_COUNTRY>
</WST_DIR_CTRL_COUNTRY>Parent Topic: Sections of the XML File
How to...