: Public Class
Created: 26/08/2012 1:53:07 PM
Modified: 02/05/2016 12:00:07 AM
Project:
Advanced:
A forecast of wind conditions at an aerodrome.  <br/><br/>Wind direction shall be given in degrees from true North. Plane angle unit of measure (uom) is "deg".  A true north wind is indicated with a direction of 360. Calm wind is indicated with a direction of 0. Wind speeds and gusts, if present, shall be provided in either two units of measures: "m/s" or "[kn_i]" (knot).<br/><br/>This extends AerodromeSurfaceWindTrendForecast to allow for a variable wind direction to be reported.  This class differs from a aerodrome wind observation in that the observations may include a min/max directional variability.  This class only carries a true/false indication that it will be variable.<br/><br/><br/>
Attribute
Public Boolean
  variableWindDirection
Details:
xsdAsAttribute=true
Notes: Indicates variable wind direction.  Cannot be reported with a mean wind direction<br/>
Element Source Role Target Role
MeteorologicalAerodromeForecastRecord
Class  
Name:  
 
Name: surfaceWind
 
Details:
 
Tag Value
byValuePropertyType false
Details:
 
isCollection false
Details:
 
noPropertyType false
Details:
 
Constraint Type Status
if( variableWindDirection ) meanWindDirection == NULL Invariant Approved
Details:
Pattern ID: COMMON.ASWF1<br/>Description: Wind direction is not reported when variable winds are indicated<br/>Assertion: (if( @variableDirection eq 'true' ) then ( empty(iwxxm:meanWindDirection) ) else true())<br/>
Object Type Connection Direction Notes
«dataType» AerodromeSurfaceWindTrendForecast Class Generalization To