complexType RunOptionsType
diagram ConfigurationSchema_p69.png
used by
elements UuvExecutionParametersType/RunOptions UgvExecutionParametersType/RunOptions UsvExecutionParametersType/RunOptions UavExecutionParametersType/RunOptions
attributes
Name  Type  Use  Default  Fixed  annotation
tracexsd:booleanrequired      
realTimexsd:booleanrequired      
textOutputxsd:booleanrequired      
tacticalLevelxsd:booleanoptional  false    
multipleLoopsDefaultxsd:booleanrequired      
maxLoopspositiveIntrequired      
locationLabxsd:booleanrequired      
replayxsd:booleanoptional  false    
descriptionxsd:stringoptional      
annotation
appinfo
Element containing run options that are common to all types of vehicles.
source <xsd:complexType name="RunOptionsType">
 
<xsd:annotation>
   
<xsd:appinfo>Element containing run options that are common to all types of vehicles.</xsd:appinfo>
 
</xsd:annotation>
 
<xsd:attribute name="trace" type="xsd:boolean" use="required"/>
 
<xsd:attribute name="realTime" type="xsd:boolean" use="required"/>
 
<xsd:attribute name="textOutput" type="xsd:boolean" use="required"/>
 
<xsd:attribute name="tacticalLevel" type="xsd:boolean" use="optional" default="false"/>
 
<xsd:attribute name="multipleLoopsDefault" type="xsd:boolean" use="required"/>
 
<xsd:attribute name="maxLoops" type="positiveInt" use="required"/>
 
<xsd:attribute name="locationLab" type="xsd:boolean" use="required"/>
 
<xsd:attribute name="replay" type="xsd:boolean" use="optional" default="false"/>
 
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType>

attribute RunOptionsType/@trace
type xsd:boolean
properties
isRef 0
use required
source <xsd:attribute name="trace" type="xsd:boolean" use="required"/>

attribute RunOptionsType/@realTime
type xsd:boolean
properties
isRef 0
use required
source <xsd:attribute name="realTime" type="xsd:boolean" use="required"/>

attribute RunOptionsType/@textOutput
type xsd:boolean
properties
isRef 0
use required
source <xsd:attribute name="textOutput" type="xsd:boolean" use="required"/>

attribute RunOptionsType/@tacticalLevel
type xsd:boolean
properties
isRef 0
default false
use optional
source <xsd:attribute name="tacticalLevel" type="xsd:boolean" use="optional" default="false"/>

attribute RunOptionsType/@multipleLoopsDefault
type xsd:boolean
properties
isRef 0
use required
source <xsd:attribute name="multipleLoopsDefault" type="xsd:boolean" use="required"/>

attribute RunOptionsType/@maxLoops
type positiveInt
properties
isRef 0
use required
facets
Kind Value annotation 
minExclusive 
source <xsd:attribute name="maxLoops" type="positiveInt" use="required"/>

attribute RunOptionsType/@locationLab
type xsd:boolean
properties
isRef 0
use required
source <xsd:attribute name="locationLab" type="xsd:boolean" use="required"/>

attribute RunOptionsType/@replay
type xsd:boolean
properties
isRef 0
default false
use optional
source <xsd:attribute name="replay" type="xsd:boolean" use="optional" default="false"/>


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