Class ActivateControllerAction

Applied Stereotypes:
XSDcomplexType

This action activates or deactivates controller defined (e.g. automated, autonomous) behavior on the given entity.

Used in:
PrivateAction
Properties
Name Type Cardinality AppliedStereotypes Description
lateral boolean 0..1 XSDattribute In lateral domain: Activate or deactivate controller defined (e.g. automated, autonomous) behavior.
longitudinal boolean 0..1 XSDattribute In longitudinal domain: Activate or deactivate autonomous behavior.

Migration Information from XSD 0.9.1
Derived From:
OSCPrivateAction.Autonomous
Property Name XSD Type XSD 0.9.1 Name Migration
lateral Attribute N/A Migrated from the "activate" and the "domain" attributes.
longitudinal Attribute N/A Migrated from the "activate" and the "domain" attributes.
Attribute domain Migrated together with the "activate" attribute to the new attributes "lateral" and "longitudinal"
Attribute activate Migrated together with the "domain" attribute to the new attributes "lateral" and "longitudinal"

XSD 1.0 Representation


<xsd:complexType name="ActivateControllerAction">
<xsd:attribute name="lateral" type="Boolean"/>
<xsd:attribute name="longitudinal" type="Boolean"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree