All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_PolynomialType.html Maven / Gradle / Ivy

Go to download

This project contains software to support the Object Management Group (OMG) Space Domain Task Force (SDTF) maintained XML Telemetry and Command Exchange (XTCE) specification.

There is a newer version: 1.1.6
Show newest version



	
		SpaceSystemV1.2-27Feb2014-mods - PolynomialType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy