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.
- Property 'catalogReference'. Lower cardinality changed.
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property environment
- XSDelement [position: "1"]
- Property catalogReference
- XSDelement [position: "2"]
|
To XSD