XML Schema Documentation

Complex Type: DerivativeCalculationMethod

[Table of contents]

Super-types: xsd:normalizedString < DerivativeCalculationMethod (by extension)
Sub-types: None
Name DerivativeCalculationMethod
Used by (from the same schema document) Complex Type DerivativeCalculationProcedure
Abstract no
Documentation The method by which a derivative is computed.
XML Instance Representation
<...
derivativeCalculationMethodScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="DerivativeCalculationMethod">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="derivativeCalculationMethodScheme" type=" xsd:anyURI " default="http://www.fpml.org/coding-scheme/derivative-calculation-method-1-0"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>