| diagram |
 |
| children |
ScriptInput OrdersOutput TelemetryOutput VehicleSpecificXSLT |
| used by |
|
| annotation |
| appinfo | | Element for specifying the default location of input and output files. |
|
| source |
<xsd:complexType name="FileLocationsType">
<xsd:annotation>
<xsd:appinfo>Element for specifying the default location of input and output files.</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ScriptInput" type="TextType"/>
<xsd:element name="OrdersOutput" type="TextType"/>
<xsd:element name="TelemetryOutput" type="TelemetryTextType"/>
<xsd:element name="VehicleSpecificXSLT" type="TextType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType> |