XML Schema Documentation

Complex Type: ContractualSupplement

[Table of contents]

Super-types: xsd:normalizedString < ContractualSupplement (by extension)
Sub-types: None
Name ContractualSupplement
Used by (from the same schema document) Complex Type ContractualTermsSupplement , Complex Type Documentation
Abstract no
Documentation A contractual supplement (such as those published by ISDA) that will apply to the trade.
XML Instance Representation
<...
contractualSupplementScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="ContractualSupplement">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="contractualSupplementScheme" type=" xsd:anyURI " default="http://www.fpml.org/coding-scheme/contractual-supplement-6-8"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>