<xsd:complexType name="OtherProvisions">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type to hold the other provisions schemes.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="otherProvisionsEnglishLawScheme" type="NonEmptyURI" use="optional" default="http://www.fpml.org/coding-scheme/other-provisions-english-law" />
<xsd:attribute name="otherProvisionsNewYorkLawScheme" type="NonEmptyURI" use="optional" default="http://www.fpml.org/coding-scheme/other-provisions-new-york-law" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|