complexType "DenominatorTerm"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
power, weightedPartial
All Direct / Indirect Based Elements (1):
denominatorTerm
Known Usage Locations
Annotation
The type defining a denominator term of the formula. Its value is (sum of weighted partials) ^ power.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="DenominatorTerm">
<xsd:sequence>
<xsd:element name="weightedPartial" type="WeightedPartialDerivative"/>
<xsd:element name="power" type="xsd:positiveInteger"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
power
Type:
xsd:positiveInteger, predefined, simple content
The power to which this term is raised.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="power" type="xsd:positiveInteger"/>

weightedPartial
Type:
WeightedPartialDerivative, complex content
A partial derivative multiplied by a weighting factor.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="weightedPartial" type="WeightedPartialDerivative"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.