<?xml version="1.0"?>
<xsd:schema 
	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
	xmlns:xhtml="http://www.w3.org/1999/xhtml">
	<xsd:complexType name="Currency">
		<xsd:sequence>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:group name="com.sandstone_tech.fldinterface.festival.model.framework.PeriodicAmount.fields">
		<xsd:annotation>
					<xsd:documentation>
						<xhtml:p><xhtml:b>monthlyAmount:</xhtml:b> The payment amount converted to a monthly rate</xhtml:p>
						<xhtml:p><xhtml:b>defaultFrequencyAmount:</xhtml:b> This is the default amount</xhtml:p>
					</xsd:documentation>
		</xsd:annotation>
		
		<xsd:sequence>
			<xsd:element name="amount" type="Currency"/>
			<xsd:element name="defaultFrequencyAmount" type="Currency"/>
			<xsd:element name="monthlyAmount" type="Currency"/>
			<xsd:element name="period" type="xsd:string"/>
			<xsd:element name="weeklyAmount" type="Currency"/>
		</xsd:sequence>
	</xsd:group>
</xsd:schema>