Previous Topic: Specification for XmlMessageAttribute DataNext Topic: Values for importSource


SmartTag XML Specification

The following is an example of XML returned from a call to IWgnImportConnectorResult::GetResultXML() with WGN_ACTIVEIMPORT_RESULTXML_SMARTTAGS or IWgnSmartTag::GetSmartTagXML().

<?xml version="1.0" encoding="utf-16" ?>
<apm>
  <policy>
    <state>
      <smart_tags>
        <smart_tag name="SmartTag Name">
          <value>SmartTag Value1</value>
          <value>SmartTag Value2</value>
        </smart_tag>
      </smart_tags>
    </state>
  </policy>
</apm>