<xsd:complexType name="ScheduledDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">An servicing date relevant for a trade structure, such as a payment or a reset.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="AdjustedAndOrUnadjustedDate.model" minOccurs="0">
</xsd:group>
<xsd:element name="type" type="ScheduledDateType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of the date, e.g. next or previous payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="assetReference" type="AnyAssetReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the leg (or other product component) for which these dates occur.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="AssociatedValue.model" minOccurs="0" maxOccurs="unbounded">
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|