complexType "WeightedPartialDerivative"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
partialDerivativeReference?, weight?
</...>
Content Model Elements (2):
partialDerivativeReference (in weightedPartial), weight (in weightedPartial)
All Direct / Indirect Based Elements (1):
weightedPartial
Known Usage Locations
Annotation
A partial derivative multiplied by a weighting factor.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="WeightedPartialDerivative">
<xsd:sequence>
<xsd:element minOccurs="0" name="partialDerivativeReference" type="PricingParameterDerivativeReference"/>
<xsd:element minOccurs="0" name="weight" type="xsd:decimal"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
partialDerivativeReference
Type:
A reference to a partial derivative defined in the ComputedDerivative.model, i.e. defined as part of this sensitivity definition.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="partialDerivativeReference" type="PricingParameterDerivativeReference"/>

weight
Type:
xsd:decimal, predefined, simple content
The weight factor to be applied to the partial derivative, e.g. 1 or -1, or some other scaling value.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="weight" type="xsd:decimal"/>

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