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
  catalogReference CatalogReference 1..1 xor, XSDelement Reference to a catalog entry of type Environment.
  environment Environment 1..1 xor, XSDelement New environment definition.
XSD 1.4 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.3
  • Property 'catalogReference'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'environment'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property catalogReference
    • xor
    • XSDelement
  • Property environment
    • xor
    • XSDelement

To XSD