<xsd:group name="FacilityDates.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model that defines all relevant dates related to a specific facility.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="startDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The start date of the facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="expiryDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The latest date that a drawdown can be made effective against the facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maturityDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The maturity date of the facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|