Class GlobalAction

Applied Stereotypes:
XSDcomplexType, union

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

Used in:
Action , InitActions
Properties
  Name Type Cardinality AppliedStereotypes Description
  environmentAction EnvironmentAction 1..1 xor, XSDelement Sets the weather state, road conditions, and time of the day.
  entityAction EntityAction 1..1 xor, XSDelement Removing or adding entities.
  infrastructureAction InfrastructureAction 1..1 xor, XSDelement Setting/modifying traffic signals.
  setMonitorAction SetMonitorAction 1..1 xor, XSDelement Set the value of a monitor based on the scenario execution.
D parameterAction ParameterAction 1..1 deprecated, xor, XSDelement Setting/modifying values of parameters.
  trafficAction TrafficAction 1..1 xor, XSDelement Populating ambient traffic.
  variableAction VariableAction 1..1 xor, XSDelement Setting/modifying values of variables.
Deprecation
  • Property parameterAction deprecated. With version 1.2. Use variableAction.
XSD 1.3 Representation


<xsd:complexType name="GlobalAction">
<xsd:choice>
<xsd:element name="EnvironmentAction" type="EnvironmentAction"/>
<xsd:element name="EntityAction" type="EntityAction"/>
<xsd:element name="InfrastructureAction" type="InfrastructureAction"/>
<xsd:element name="SetMonitorAction" type="SetMonitorAction"/>
<xsd:element name="ParameterAction" type="ParameterAction">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="TrafficAction" type="TrafficAction"/>
<xsd:element name="VariableAction" type="VariableAction"/>
</xsd:choice>
</xsd:complexType>

Change log from version 1.2
  • Property 'setMonitorAction' created.
  • Property 'environmentAction'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'entityAction'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'infrastructureAction'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'infrastructureAction'. Stereotype <<XSDelement>>. Tagged value 'position' changed.
    • New Value
      3
      From 1.2.0
      4
  • Property 'parameterAction'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'parameterAction'. Stereotype <<XSDelement>>. Tagged value 'position' changed.
    • New Value
      5
      From 1.2.0
      3
  • Property 'trafficAction'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'trafficAction'. Stereotype <<XSDelement>>. Tagged value 'position' changed.
    • New Value
      6
      From 1.2.0
      5
  • Property 'variableAction'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'variableAction'. Stereotype <<XSDelement>>. Tagged value 'position' changed.
    • New Value
      7
      From 1.2.0
      6
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property environmentAction
    • xor
    • XSDelement [position: "1"]
  • Property entityAction
    • xor
    • XSDelement [position: "2"]
  • Property infrastructureAction
    • xor
    • XSDelement [position: "3"]
  • Property setMonitorAction
    • xor
    • XSDelement [position: "4"]
  • Property parameterAction
    • deprecated [withVersion: "1.2"; comment: "Use variableAction"]
    • xor
    • XSDelement [position: "5"]
  • Property trafficAction
    • xor
    • XSDelement [position: "6"]
  • Property variableAction
    • xor
    • XSDelement [position: "7"]

To XSD