<xsd:element name="RateOrAmount" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:double">
<xsd:attribute name="currency" type="CurrencyCodeType" use="required" />
<xsd:attribute name="type" type="xsd:string" use="required" />
<xsd:attribute name="period" type="xsd:string" />
<xsd:attribute name="multiplier" type="xsd:double" />
<xsd:attribute name="toBeBilled" type="xsd:boolean" />
<xsd:attribute name="toBePaid" type="xsd:boolean" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|