A term in a polynomial expresssion. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
coefficient | double | required | ||||
exponent | double | required |
<element name="Term" maxOccurs="unbounded"> <annotation> <documentation xml:lang="en">A term in a polynomial expresssion.</documentation> </annotation> <complexType> <attribute name="coefficient" type="double" use="required"/> <attribute name="exponent" type="double" use="required"/> </complexType> </element> |