XML Schema Documentation

Complex Type: DenominatorTerm

[Table of contents]

Super-types: None
Sub-types: None
Name DenominatorTerm
Used by (from the same schema document) Complex Type DerivativeFormula
Abstract no
Documentation The type defining a denominator term of the formula. Its value is (sum of weighted partials) ^ power.
XML Instance Representation
<...>
<weightedPartial> WeightedPartialDerivative </weightedPartial> [1]

'A partial derivative multiplied by a weighting factor.'

<power> xsd:positiveInteger </power> [1]

'The power to which this term is raised.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="DenominatorTerm">
<xsd:sequence>
<xsd:element name="weightedPartial" type=" WeightedPartialDerivative "/>
<xsd:element name="power" type=" xsd:positiveInteger "/>
</xsd:sequence>
</xsd:complexType>