<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE impl PUBLIC "-//XINS//DTD Implementation 1.2//EN" "http://xins.sourceforge.net/dtd/impl_1_2.dtd">

<impl>
	<logdoc accesslevel="public" />
	<runtime-properties>
		<property name="allinone.rate" type="_float32" required="true">
			<description>the tax rate of the country.</description>
		</property>
		<property name="currency" required="false">
			<description>An currency of the country.</description>
		</property>
	</runtime-properties>
	<instance name="_sharedInstance" getter="getSharedInstance" class="SharedInstance" />
</impl>
