Pricing System Setting Example

<EagleML
 xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 eaglemlVersion="2-0"
 eaglemlType="ReferenceTransactionMessage"
 xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd"
 xsi:type="ReferenceTransactionMessage">
	<referenceTransaction>
		<header>
			<action>ADD</action>
			<objectType>PricingSystemSetting</objectType>
		</header>
		<pricingSystemSetting>
			<objectType>PricingSystemSetting</objectType>
			<objectId>PricingSystemSetting</objectId>
			<objectDescription>PricingSystemSetting</objectDescription>
			<sourceName>EAGLE PACE</sourceName>
			<updateSource>MCADMIN</updateSource>
			<code>TEST_CODE_408</code>
			<description>Description ESP-408</description>
			<value>1</value>
			<comments>Defect ESP-408</comments>
			<editStatus>Y</editStatus>
			<reason>408</reason>
			<settingType>I</settingType>
			<sysItem>111111</sysItem>
		</pricingSystemSetting>
	</referenceTransaction>
</EagleML>