| diagram | ![]() |
||
| namespace | http://www.omg.org/space/xtce | ||
| children | xtce:Term | ||
| used by |
|
||
| annotation |
|
||
| source | <complexType name="PolynomialType"> <annotation> <documentation xml:lang="en">A polynomial expression. For example: 3 + 2x</documentation> </annotation> <sequence> <element name="Term" maxOccurs="unbounded"> <annotation> <documentation xml:lang="en">A term in a polynomial expression. </documentation> </annotation> <complexType> <attribute name="coefficient" type="double" use="required"/> <attribute name="exponent" type="nonNegativeInteger" use="required"/> </complexType> </element> </sequence> </complexType> |
| diagram | ![]() |
||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <element name="Term" maxOccurs="unbounded"> <annotation> <documentation xml:lang="en">A term in a polynomial expression. </documentation> </annotation> <complexType> <attribute name="coefficient" type="double" use="required"/> <attribute name="exponent" type="nonNegativeInteger" use="required"/> </complexType> </element> |
| type | double | ||
| properties |
|
||
| source | <attribute name="coefficient" type="double" use="required"/> |
| type | nonNegativeInteger | ||
| properties |
|
||
| source | <attribute name="exponent" type="nonNegativeInteger" use="required"/> |