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 0..1 xor, XSDelement New environment definition.
catalogReference CatalogReference 0..1 xor, XSDelement Reference to a catalog entry of type Environment.

XSD 1.1 Representation


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

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property environment
    • xor
    • XSDelement [position: "1"]
  • Property catalogReference
    • xor
    • XSDelement [position: "2"]

To XSD To XSD Tree