urn:schemas-cosylab-com:SimulatedComponent:1.0
complexType imports

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:SimulatedComponent:1.0}imports (restriction)

Documentation
			This end-user nicety allows developers to declare Python import statements
			which will then automatically be imported into the simulator framework.
			For example, this element could contain:
			
from time import sleep
import sys
import FRIDGE
			
			It must be noted that these lines must not be preceded by white space and are limited
			to simple import/from statements.
			
Properties
This component is not nillable.

Model
<...>

</...>

Source
<xs:complexType mixed="true" name="imports">
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.