Defines the environment conditions of a scenario, e.g. time of day, weather and road condition.
<xsd:complexType name="Environment"> <xsd:all> <xsd:element name="ParameterDeclarations" type="ParameterDeclarations" minOccurs="0"/> <xsd:element name="TimeOfDay" type="TimeOfDay"/> <xsd:element name="Weather" type="Weather"/> <xsd:element name="RoadCondition" type="RoadCondition"/> </xsd:all> <xsd:attribute name="name" type="String" use="required"/> </xsd:complexType>
To XSD To XSLT To XSD Tree