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 XSDelement Dimensions and center of fog in fixed coordinates.
XSD 1.4 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>

Change log from version 1.3
  • Property 'boundingBox'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property visualRange
    • XSDattribute
  • Property boundingBox
    • XSDelement

To XSD