<xsd:complexType name="StartingDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type specifying the date from which the early termination clause can be exercised.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="dateRelativeTo" type="DateReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to a date defined elswhere in the document</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="adjustableDate" type="AdjustableDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">Date from which early termination clause can be exercised</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|