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