XML Schema Documentation

Complex Type: DerivativeFormula

[Table of contents]

Super-types: None
Sub-types: None
Name DerivativeFormula
Used by (from the same schema document) Model Group ComputedDerivative.model
Abstract no
Documentation A formula for computing a complex derivative from partial derivatives. Its value is the sum of the terms divided by the product of the denominator terms.
XML Instance Representation
<...>
<term> FormulaTerm </term> [1]

'A term of the formula. Its value is the product of the its coefficient and the referenced partial derivatives.'

<denominatorTerm> DenominatorTerm </denominatorTerm> [1]

'A denominator term of the formula. Its value is (sum of weighted partials) ^ power.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="DerivativeFormula">
<xsd:sequence>
<xsd:element name="term" type=" FormulaTerm "/>
<xsd:element name="denominatorTerm" type=" DenominatorTerm "/>
</xsd:sequence>
</xsd:complexType>