xtce:Term

A term in a polynomial expresssion.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
coefficient double required
exponent double required

Source

<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>

Sample