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

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

Documentation
			Type which defines CORBA attributes such as BACI properties.
			This XML element should contain a block of Python code with the last line being the return value.
			It could be something similar to:
return "this string value for the following IDL - readonly attribute string stuff;"
			
Properties
This component is not nillable.

Model
<...
  Name = xs:string
  Timeout = xs:float : 1>

</...>


Attribute Summary
 xs:stringName
           Name of the CORBA attribute.  
 xs:floatTimeout
           Amount of time in floating point seconds that must pass before the simulator framework returns control to the caller.  

Attribute Detail

Name

Name of the CORBA attribute.

Type:
xs:string
Use:
required
Form:
unqualified

Timeout

Amount of time in floating point seconds that must pass before the simulator framework returns control to the caller.

Type:
xs:float
Default:
1
Use:
optional
Form:
unqualified

Source
<xs:complexType mixed="true" name="corbaAttribute">
<xs:attribute name="Name" type="xs:string" use="required">
</xs:attribute>
<xs:attribute default="1" name="Timeout" type="xs:float" use="optional">
</xs:attribute>
</xs:complexType>


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