: Public <<DataType>> Class
Created: 6/04/2012 2:26:15 PM
Modified: 22/06/2015 1:13:14 AM
Project:
Advanced:
An aggregation of runway conditions typically reported together at an aerodrome, including the runway contamination, friction, and deposits. 
Attribute
Public Boolean
  allRunways
Details:
sequenceNumber=1
xsdAsAttribute=true
Notes: When true, indicates the reported conditions apply to all runways
Public Boolean
  cleared
Details:
sequenceNumber=2
xsdAsAttribute=true
Notes: Indicates that reported runway has been cleared of meteorological deposits, such as snow.#lt;br /#gt;#lt;/p#gt;#lt;p#gt;#lt;br /#gt;#lt;/p#gt;#lt;p#gt;ICAO Annex 3 / WMO No. 49-2:#lt;br /#gt;#lt;/p#gt;#lt;p#gt;"CLRD"#lt;br /#gt;#lt;/p#gt;#lt;p#gt;#lt;br /#gt;#lt;/p#gt;#lt;p#gt;Section 4.8.1.5, Table A3-2 "State of the runway"#lt;br /#gt;#lt;/p#gt;
Public Boolean
  estimatedSurfaceFrictionUnreliable
Details:
sequenceNumber=3
xsdAsAttribute=true
Notes: When true, the estimated surface friction is unreliable and is not reported.#lt;br /#gt;#lt;/p#gt;#lt;p#gt;#lt;br /#gt;#lt;/p#gt;#lt;p#gt;WMO 306:#lt;br /#gt;#lt;/p#gt;#lt;p#gt;Table 0366#lt;br /#gt;#lt;/p#gt;
Public RunwayDirection
  runway
Details:
sequenceNumber=4
Notes: The runway to which the conditions apply.  The runway may be missing in cases where all runways are closed due to snow
Public RunwayDeposits
  depositType
Details:
sequenceNumber=5
Notes: The type of runway deposit, such as damp conditions, wet snow, or ice.#lt;br /#gt;#lt;/p#gt;#lt;p#gt;#lt;br /#gt;#lt;/p#gt;#lt;p#gt;WMO 306:#lt;br /#gt;#lt;/p#gt;#lt;p#gt;Table 0919#lt;br /#gt;#lt;/p#gt;
Public RunwayContamination
  contamination
Details:
quantity=http://codes.wmo.int/common/quantity-kind/runwayContaminationCoverage
sequenceNumber=6
Notes: Proportion of runway surface that is contaminated - usually expressed as a percentage of the total runway area.#lt;br /#gt;#lt;/p#gt;#lt;p#gt;#lt;br /#gt;#lt;/p#gt;#lt;p#gt;WMO reporting procedures require that contamination is reported in the following categories:#lt;br /#gt;#lt;/p#gt;#lt;p#gt;- less than 10%;#lt;br /#gt;#lt;/p#gt;#lt;p#gt;- between 11% and 25%;#lt;br /#gt;#lt;/p#gt;#lt;p#gt;- between 26% and 50%; and#lt;br /#gt;#lt;/p#gt;#lt;p#gt;- more than 50%. #lt;br /#gt;#lt;/p#gt;#lt;p#gt;#lt;br /#gt;#lt;/p#gt;#lt;p#gt;See WMO No. 306:#lt;br /#gt;#lt;/p#gt;#lt;p#gt;- WMO Code table 0519#lt;br /#gt;#lt;/p#gt;#lt;p#gt;- BUFR Code table 0 20 087#lt;br /#gt;#lt;/p#gt;
Public Distance
  depthOfDeposit
Details:
quantity=http://codes.wmo.int/common/quantity-kind/depthOfRunwayDeposit
sequenceNumber=7
Notes: Depth of deposit on the surface of the runway.#lt;br /#gt;#lt;/p#gt;#lt;p#gt;#lt;br /#gt;#lt;/p#gt;#lt;p#gt;See WMO No. 306 WMO Code table 1079.#lt;br /#gt;#lt;/p#gt;
Public Scale
  estimatedSurfaceFriction
Details:
quantity=http://codes.wmo.int/common/quantity-kind/runwayFrictionCoefficient
sequenceNumber=8
Notes: The estimated surface friction for the affected runway.  Between 0.0 and 0.9.  #lt;br /#gt;#lt;/p#gt;#lt;p#gt;#lt;br /#gt;#lt;/p#gt;#lt;p#gt;When braking conditions are not reported and/or the runway is not operational estimatedSurfaceFriction will not be reported.#lt;br /#gt;#lt;/p#gt;#lt;p#gt;#lt;br /#gt;#lt;/p#gt;#lt;p#gt;WMO 306:#lt;br /#gt;#lt;/p#gt;#lt;p#gt;Table 0366#lt;br /#gt;#lt;/p#gt;
Public Boolean
  snowClosure
Details:
sequenceNumber=9
xsdAsAttribute=true
Notes: Indicates whether the aerodrome is closed due to an extreme deposit of snow.  This affects all runways#lt;br /#gt;#lt;/p#gt;#lt;p#gt;#lt;b#gt;#lt;br /#gt;#lt;/p#gt;#lt;p#gt;#lt;/b#gt;WMO 306:#lt;br /#gt;#lt;/p#gt;#lt;p#gt;Section 15.13.6.1#lt;br /#gt;#lt;/p#gt;
Element Source Role Target Role
MeteorologicalAerodromeObservationRecord
Class  
Name:  
 
Name: runwayState
 
Details:
When runways are affected by snow, slush, or other contaminants, a runway state report for each runway in use is required.<br /></p><p><br /></p><p>There is no maximum number of runway states that can be reported.  This may be changed in a future amendment.<br /></p>
Constraint Type Status
if( estimatedSurfaceFriction != NULL ) estimatedSurfaceFriction > 0.0 AND estimatedSurfaceFriction <= 0.90 Invariant Approved
Details:
Estimated surface friction must  be between 0 and 0.9
if( estimatedSurfaceFrictionUnreliable == TRUE ) estimatedSurfaceFriction == NULL Invariant Approved
Details:
When surface friction is unreliable, no surface friction is reported
if( allRunways ) runway == NULL Invariant Approved
Details:
When all runways are being reported upon, no specific Runway should be reported
if( runway != NULL ) allRunways == NULL OR allRunways == FALSE Invariant Approved
Details:
When a single Runway is reported upon, the allRunways flag should be missing or false