<xsd:complexType name="FxExpiryDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the expiry date of the accrual. The date is adjusted, date adjustments may be provided, and also the expiry time.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FxAdjustedDateAndDateAdjustments">
<xsd:sequence>
<xsd:element name="expiryTime" type="BusinessCenterTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Time of expiration of each expiry date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|