<xsd:complexType name="DisputeResolution">
<xsd:annotation>
<xsd:documentation xml:lang="en">The time by which a dispute needs to be resolved. Initially developed for the Standard CSA, in reference to margin call disputes.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="resolutionTime" type="BusinessCenterTime">
<xsd:annotation>
<xsd:documentation xml:lang="en">The time (expressed as time + reference business center) by which the parties are expected to resolve a valuation dispute on the Local Business Day following the date on which the notice is given, in accordance to Paragraph 5 (New York Law) and Paragraph 4 (English Law).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|