Class Wind

Applied Stereotypes:
XSDcomplexType

Defines wind properties.

Used in:
Weather
Properties
Name Type Cardinality AppliedStereotypes Description
direction double 1..1 XSDattribute The target direction of the wind (not the origin direction) in the ground/xy-plane of the world coordinate system. Corresponds to the heading/yaw angle. x-axis-direction is 0 rad. Unit [rad]. Range [0...2 pi[
speed double 1..1 XSDattribute The wind speed. Unit [m/s]. Range [0...inf[

XSD 1.1 Representation


<xsd:complexType name="Wind">
<xsd:attribute name="direction" type="Double" use="required"/>
<xsd:attribute name="speed" type="Double" use="required"/>
</xsd:complexType>

Change log from version 1.0
  • Class created.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property direction
    • XSDattribute
  • Property speed
    • XSDattribute

To XSD To XSD Tree