complexType "ParametricAdjustmentPoint"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
parameterValue?, adjustmentValue?
</...>
Content Model Elements (2):
adjustmentValue, parameterValue
All Direct / Indirect Based Elements (1):
datapoint
Known Usage Locations
Annotation
A value of the adjustment point, consisting of the x value and the corresponding y value.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ParametricAdjustmentPoint">
<xsd:sequence>
<xsd:element minOccurs="0" name="parameterValue" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="adjustmentValue" type="xsd:decimal"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
adjustmentValue
Type:
xsd:decimal, predefined, simple content
The value of the dependent variable, the actual adjustment amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="adjustmentValue" type="xsd:decimal"/>

parameterValue
Type:
xsd:decimal, predefined, simple content
The value of the independent variable (e.g. strike offset).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="parameterValue" 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.