<xsd:complexType name="MoneyRef">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining a currency amount with a reference.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="PositiveMoney">
<xsd:sequence>
<xsd:element name="notionalReference" type="NotionalReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A pointer style reference to the associated notional schedule defined elsewhere in the document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|