Class EnvironmentAction
- Applied Stereotypes:
-
union,
XSDcomplexType
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
|
New environment definition.
|
catalogReference |
CatalogReference |
0..1 |
xor
|
Reference to a catalog entry of type Environment.
|
|
Migration Information from XSD 0.9.1 |
- Derived From:
- OSCGlobalAction.SetEnvironment
|
Property Name |
XSD Type |
XSD 0.9.1 Name |
Migration |
environment |
Element |
Environment |
|
catalogReference |
Element |
CatalogReference |
|
|
XSD 1.0 Representation |
<xsd:complexType name="EnvironmentAction">
<xsd:choice>
<xsd:element name="Environment" type="Environment"/>
<xsd:element name="CatalogReference" type="CatalogReference"/>
</xsd:choice>
</xsd:complexType>
|
|
To XSD To XSLT To XSD Tree