Class Fog

Applied Stereotypes:
XSDcomplexType

Defines fog at simulation runtime.

Used in:
Weather
Properties
Name Type Cardinality AppliedStereotypes Description
visualRange double 1..1 XSDattribute Unit: m; Range: [0..inf[.
boundingBox BoundingBox 0..1 Dimensions and center of fog in fixed coordinates.

Migration Information from XSD 0.9.1
Derived From:
OSCEnvironment.Weather.Fog
Property Name XSD Type XSD 0.9.1 Name Migration
visualRange Attribute visualRange
boundingBox Element BoundingBox

XSD 1.0 Representation


<xsd:complexType name="Fog">
<xsd:all>
<xsd:element name="BoundingBox" type="BoundingBox" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="visualRange" type="Double" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree