Class GlobalAction

Applied Stereotypes:
union, XSDcomplexType

Actions that does not explicitly target an entity’s state.

Used in:
Action , InitActions
Properties
Name Type Cardinality AppliedStereotypes Description
environmentAction EnvironmentAction 0..1 xor Sets the weather state, road conditions, and time of the day.
entityAction EntityAction 0..1 xor Removing or adding entities.
parameterAction ParameterAction 0..1 xor Setting/modifying values of parameters.
infrastructureAction InfrastructureAction 0..1 xor Setting/modifying traffic signals.
trafficAction TrafficAction 0..1 xor Populating ambient traffic.

Migration Information from XSD 0.9.1
Derived From:
OSCGlobalAction
Property Name XSD Type XSD 0.9.1 Name Migration
environmentAction Element SetEnvironment Renamed
entityAction Element Entity Renamed
parameterAction Element Parameter Renamed
infrastructureAction Element Infrastructure Renamed
trafficAction Element Traffic Renamed

XSD 1.0 Representation


<xsd:complexType name="GlobalAction">
<xsd:choice>
<xsd:element name="EnvironmentAction" type="EnvironmentAction"/>
<xsd:element name="EntityAction" type="EntityAction"/>
<xsd:element name="ParameterAction" type="ParameterAction"/>
<xsd:element name="InfrastructureAction" type="InfrastructureAction"/>
<xsd:element name="TrafficAction" type="TrafficAction"/>
</xsd:choice>
</xsd:complexType>

To XSD To XSLT To XSD Tree