<xsd:complexType name="InterestAccrued">
<xsd:sequence>
<xsd:element name="deliveringPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party delivering the accrued interest.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="receivingPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party delivering the accrued interest.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interest" type="Money" minOccurs="0" />
<xsd:sequence minOccurs="0">
<xsd:element name="withholdingTax" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the amount of tax withheld.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="withholdingTaxTerms" type="WithholdingTaxTerms" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the terms of the tax withholding.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="interestCalculationTerms" type="InterestCalculationTerms" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the terms of the interest calculations.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interestCalculationDetails" type="InterestCalculationDetails" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Details optional calculations for each day of the interest period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|