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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_ParameterInstanceRefType.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 - ParameterInstanceRefType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType ParameterInstanceRefType
diagram SpaceSystemV1.2-27Feb2014-mods_p318.png
namespace http://www.omg.org/space/xtce
type extension of xtce:ParameterRefType
properties
base xtce:ParameterRefType
used by
elements ReferenceTimeType/OffsetFrom IndirectParameterRefEntryType/ParameterInstance InputAlgorithmType/InputSet/ParameterInstanceRef DecimalValueType/DynamicValue/ParameterInstanceRef IntegerValueType/DynamicValue/ParameterInstanceRef IntegerArgumentValueType/DynamicValue/ParameterInstanceRef ComparisonCheckType/ParameterInstanceRef1 ComparisonCheckType/ParameterInstanceRef2 MathOperationType/ParameterInstanceRefOperand
complexTypes ComparisonType TimeAssociationType
attributes
Name  Type  Use  Default  Fixed  Annotation
parameterRef  xtce:NameReferenceType  required      
instance  integer    0    
useCalibratedValue  boolean    true    
annotation
documentation
A reference to an instance of a Parameter.   Used when the value of a parameter is required for a calculation or as an index value.  A positive value for instance is forward in time, a negative value for count is backward in time, a 0 value for count means use the current value of the parameter or the first value in a container.
source <complexType name="ParameterInstanceRefType">
 
<annotation>
   
<documentation xml:lang="en">A reference to an instance of a Parameter.   Used when the value of a parameter is required for a calculation or as an index value.  A positive value for instance is forward in time, a negative value for count is backward in time, a 0 value for count means use the current value of the parameter or the first value in a container.</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="xtce:ParameterRefType">
     
<attribute name="instance" type="integer" default="0"/>
     
<attribute name="useCalibratedValue" type="boolean" default="true"/>
   
</extension>
 
</complexContent>
</complexType>

attribute ParameterInstanceRefType/@instance
type integer
properties
default 0
source <attribute name="instance" type="integer" default="0"/>

attribute ParameterInstanceRefType/@useCalibratedValue
type boolean
properties
default true
source <attribute name="useCalibratedValue" type="boolean" default="true"/>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy