urn:schemas-cosylab-com:SimulatedComponent:1.0
element SimulatedComponent

Documentation
			CDB XMLs located in the $ACS_CDB/alma/simulated/* section of the CDB must validate against this schema.
			SimulatedComponent defines the behavior of components using the generic IDL simulator framework.
			
Properties
This component is not nillable.

Model
<SimulatedComponent
  AllowInheritance = xs:boolean : true>
(pythonImports?, initialize?, cleanUp?, _corbaMethod*, _corbaAttribute*, _almaEvent*, _almaEventResponse )
</SimulatedComponent>


Nested Element Summary
event_almaEvent
          
 _almaEventResponse
          
corbaAttribute_corbaAttribute
          
corbaMethod_corbaMethod
          
lifeCycleMethodcleanUp
          
lifeCycleMethodinitialize
          
importspythonImports
          

Attribute Summary
 xs:booleanAllowInheritance
          This attribute is used by the simulator framework to determine if it's OK to look at superclasses of the component also residing within the $ACS_CDB/alma/simulated/* section of the CDB. 

Attribute Detail

AllowInheritance

This attribute is used by the simulator framework to determine if it's OK to look at superclasses of the component also residing within the $ACS_CDB/alma/simulated/* section of the CDB. Change it to 'false' and the simulator will only use the current XML.

Type:
xs:boolean
Default:
true
Use:
optional
Form:
unqualified

Source
<xs:element name="SimulatedComponent">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="pythonImports" type="imports"/>
<xs:element minOccurs="0" name="initialize" type="lifeCycleMethod"/>
<xs:element minOccurs="0" name="cleanUp" type="lifeCycleMethod"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="_corbaMethod" type="corbaMethod"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="_corbaAttribute" type="corbaAttribute"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="_almaEvent" type="event"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="_almaEventResponse">
<xs:complexType mixed="true">
<xs:complexContent mixed="true">
<xs:extension base="eventResponse"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute default="true" name="AllowInheritance" type="xs:boolean" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


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