<xsd:complexType name="DerivativeCalculationProcedure">
<xsd:annotation>
<xsd:documentation xml:lang="en">A description of how a numerical derivative is computed.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="method" type="DerivativeCalculationMethod" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The method by which a derivative is computed, e.g. analytic, numerical model, perturbation, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="DerivativeCalculationParameters.model" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|