Class EnvironmentAction

Applied Stereotypes:
XSDcomplexType, union

Setting weather state, road conditions, and time of the day. An environment can be defined or an environment type from a catalog can be used to instantiate an environment.

Used in:
GlobalAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  environment Environment 1..1 xor, XSDelement New environment definition.
  catalogReference CatalogReference 1..1 xor, XSDelement Reference to a catalog entry of type Environment.
XSD 1.3 Representation


<xsd:complexType name="EnvironmentAction">
<xsd:choice>
<xsd:element name="Environment" type="Environment"/>
<xsd:element name="CatalogReference" type="CatalogReference"/>
</xsd:choice>
</xsd:complexType>

Change log from version 1.2
  • Property 'environment'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'catalogReference'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property environment
    • xor
    • XSDelement [position: "1"]
  • Property catalogReference
    • xor
    • XSDelement [position: "2"]

To XSD