<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">Specifies the anchor as an href attribute. The href attribute value is a pointer style reference to the element or component elsewhere in the document where the anchor date is defined.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="adjustableDate" type="AdjustableDate" />
</xsd:choice>
</xsd:complexType>
|