diagram |
 |
used by |
|
attributes |
|
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> |