| diagram |
 |
| namespace |
http://www.omg.org/space/xtce |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | Annotation | | raw | double | required | | | | | calibrated | double | required | | | |
|
| annotation |
| documentation | | a spline is a set on points from which a curve may be drawn to interpolate raw to calibrated values |
|
| source |
<complexType name="SplinePointType">
<annotation>
<documentation xml:lang="en">a spline is a set on points from which a curve may be drawn to interpolate raw to calibrated values</documentation>
</annotation>
<attribute name="raw" type="double" use="required"/>
<attribute name="calibrated" type="double" use="required"/>
</complexType> |