| Created: | 23/05/2012 12:49:11 PM |
| Modified: | 02/05/2016 6:38:10 PM |
Project: |
|
Advanced: |
|
| Attribute | ||
|
Public AerodromeForecastChangeIndicator changeIndicator |
||
Details:
|
||
|
Public Boolean cloudAndVisibilityOK |
||
Details:
|
||
|
Public Distance prevailingVisibility |
||
Details:
sequenceNumber=1
|
||
|
Public RelationalOperator prevailingVisibilityOperator |
||
Details:
|
| Element | Source Role | Target Role |
|
«dataType» AerodromeAirTemperatureForecast Class |
Name: |
Name: temperature |
Details:
Minimum and maximum temperatures observed at specific times, consisting of up to a maximum of four temperatures (two maximum temperatures and two minimum temperatures).<br/><br/>Due to Note 9 on Table A5-1: "consisting of up to a maximum of four temperatures (two maximum temperatures and two minimum temperatures)", there can be up to two temperature groups on each MeteorologicalAerodromeForecastRecord. It is possible that Annex 3 instead specifies four temperatures for the entire TAF but no more than one for each Record, in which case this association would need to be corrected to be 0..1 and a constraint on TAF would need to be put in place to ensure that no more than two temperature forecast groups exist on any single TAF.<br/>
|
||
|
AerodromeCloudForecast Class |
Name: |
Name: cloud |
Details:
Cloud phenomenon of operational significance, including cloud type and cloud layers. To be included whenever applicable, so as to convey a complete description of the clouds of significance to flight operations.<br/><br/>When no clouds of operational significance are forecast and “CAVOK” is not appropriate ("NSC") it should be indicated by a missing cloud group with a nil reason of nothingOfOperationalSignificance<br/>
|
||
|
AerodromeSurfaceWindForecast Class |
Name: |
Name: surfaceWind |
Details:
|
||
|
«codeList» AerodromeForecastWeather Class |
Name: |
Name: weather |
Details:
Weather phenomenon: characteristics and type. To be included whenever applicable.<br/><br/>One or more, up to a maximum of three weather phenomena or combinations thereof, together with their characteristics and, where appropriate, intensity, are forecast if they are expected to occur at the aerodrome<br/><br/>The expected end of occurrence of weather phenomena ("NSW") is indicated by a change forecast with a missing weather group with a nil reason of nothingOfOperationalSignificance<br/>
|
||
| Tag | Value |
| byValuePropertyType | false |
Details:
|
|
| isCollection | false |
Details:
|
|
| noPropertyType | false |
Details:
|
|
| Constraint | Type | Status |
| if( cloudAndVisibilityOK ) prevailingVisibility == NULL | Invariant | Approved |
Details:
Pattern ID: TAF.MAFR1<br/>Description: prevailingVisibility should not be reported when cloudAndVisibilityOK is true<br/>Assertion: (if(@cloudAndVisibilityOK = 'true') then empty(iwxxm:prevailingVisibility) else true())<br/>
|
||
| if( cloudAndVisibilityOK ) cloud == NULL | Invariant | Approved |
Details:
Pattern ID: TAF.MAFR2<br/>Description: cloud should not be reported when cloudAndVisibilityOK is true<br/>Assertion: (if(@cloudAndVisibilityOK = 'true') then empty(iwxxm:cloud) else true())<br/>
|
||
| if( cloudAndVisibilityOK ) weather == NULL | Invariant | Approved |
Details:
Pattern ID: TAF.MAFR3<br/>Description: weather should not be reported when cloudAndVisibilityOK is true<br/>Assertion: (if(@cloudAndVisibilityOK = 'true') then empty(iwxxm:weather) else true())<br/>
|
||
| if( prevailingVisibility != NULL and prevailingVisibility/@xsi:nil != "true" ) lower-case(@uom) == "m" | Invariant | Approved |
Details:
Pattern ID: TAF.MAFR4<br/>Description: prevailingVisibility shall be reported in metres (m). <br/>Assertion: (if(exists(iwxxm:prevailingVisibility) and (not(exists(iwxxm:prevailingVisibility/@xsi:nil)) or iwxxm:prevailingVisibility/@xsi:nil != 'true')) then (lower-case(iwxxm:prevailingVisibility/@uom) = 'm') else true())<br/>
|
||