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.
<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>
To XSD To XSD Tree