complexType PolynomialType
diagram SpaceSystemV1.2-27Feb2014-mods_p374.png
namespace http://www.omg.org/space/xtce
children xtce:Term
used by
elements ErrorDetectCorrectType/CRC/Polynomial CalibratorType/PolynomialCalibrator
annotation
documentation
A polynomial expression.  For example: 3 + 2x
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>

element PolynomialType/Term
diagram SpaceSystemV1.2-27Feb2014-mods_p375.png
namespace http://www.omg.org/space/xtce
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
coefficient  double  required      
exponent  nonNegativeInteger  required      
annotation
documentation
A term in a polynomial expression.
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>

attribute PolynomialType/Term/@coefficient
type double
properties
use required
source <attribute name="coefficient" type="double" use="required"/>

attribute PolynomialType/Term/@exponent
type nonNegativeInteger
properties
use required
source <attribute name="exponent" type="nonNegativeInteger" use="required"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy