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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_ArgumentInstanceRefType.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 - ArgumentInstanceRefType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType ArgumentInstanceRefType
diagram SpaceSystemV1.2-27Feb2014-mods_p30.png
namespace http://www.omg.org/space/xtce
type extension of xtce:ArgumentRefType
properties
base xtce:ArgumentRefType
used by
element IntegerArgumentValueType/DynamicValue/ArgumentInstanceRef
attributes
Name  Type  Use  Default  Fixed  Annotation
argumentRef  xtce:NameReferenceType  required      
instance  integer    0    
useCalibratedValue  boolean    true    
annotation
documentation
A reference to an instance of a command argument.   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="ArgumentInstanceRefType">
 
<annotation>
   
<documentation xml:lang="en">A reference to an instance of a command argument.   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:ArgumentRefType">
     
<attribute name="instance" type="integer" default="0"/>
     
<attribute name="useCalibratedValue" type="boolean" default="true"/>
   
</extension>
 
</complexContent>
</complexType>

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

attribute ArgumentInstanceRefType/@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