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 0..1 xor, XSDelement Sets the weather state, road conditions, and time of the day.
entityAction EntityAction 0..1 xor, XSDelement Removing or adding entities.
parameterAction ParameterAction 0..1 xor, XSDelement Setting/modifying values of parameters.
infrastructureAction InfrastructureAction 0..1 xor, XSDelement Setting/modifying traffic signals.
trafficAction TrafficAction 0..1 xor, XSDelement Populating ambient traffic.

XSD 1.1 Representation


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

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property environmentAction
    • xor
    • XSDelement [position: "1"]
  • Property entityAction
    • xor
    • XSDelement [position: "2"]
  • Property parameterAction
    • xor
    • XSDelement [position: "3"]
  • Property infrastructureAction
    • xor
    • XSDelement [position: "4"]
  • Property trafficAction
    • xor
    • XSDelement [position: "5"]

To XSD To XSD Tree