<xsd:complexType name="PhysicalSettlementPeriod">
<xsd:choice>
<xsd:element name="businessDaysNotSpecified" type="Empty">
<xsd:annotation>
<xsd:documentation xml:lang="en">An explicit indication that a number of business days are not specified and therefore ISDA fallback provisions should apply.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="businessDays" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation xml:lang="en">A number of business days. Its precise meaning is dependant on the context in which this element is used. ISDA 2003 Term: Business Day</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maximumBusinessDays" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation xml:lang="en">A maximum number of business days. Its precise meaning is dependant on the context in which this element is used. Intended to be used to limit a particular ISDA fallback provision.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|