<xsd:complexType name="GracePeriodExtension">
<xsd:sequence>
<xsd:element name="applicable" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates whether the grace period extension provision is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="gracePeriod" type="Offset" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of calendar or business days after any due date that the reference entity has to fulfil its obligations before a failure to pay credit event is deemed to have occurred. ISDA 2003 Term: Grace Period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|