To import shared variables from an XML file, do the procedure in this topic.
Example:
<?xml version="1.0" encoding="UTF-8"?> <ArrayOfNameValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NameValue> <Name>Test</Name> <Value xsi:type="xsd:boolean">true</Value> </NameValue> </ArrayOfNameValue>