| Created: | 16/04/2012 9:33:20 AM |
| Modified: | 02/05/2016 6:40:06 PM |
Project: |
|
Advanced: |
|
| Attribute | ||
|
Public Angle meanWindDirection |
||
Details:
sequenceNumber=1
|
||
|
Public Velocity meanWindSpeed |
||
Details:
sequenceNumber=2
|
||
|
Public Velocity windGustSpeed |
||
Details:
sequenceNumber=3
|
| Element | Source Role | Target Role |
|
MeteorologicalAerodromeTrendForecastRecord Class |
Name: |
Name: surfaceWind |
Details:
|
||
| Tag | Value |
| isCollection | false |
Details:
Values: true | false
Default: false Description: Identifies the data type as an object collection. |
|
| noPropertyType | false |
Details:
Values: true | false
Default: false Description: Surpress creation of a standard property type that supports inline encoding (applies to ISO 19136:2007 encoding rule). |
|
| Constraint | Type | Status |
| if( meanWindDirection != NULL and meanWindDirection/@xsi:nil != "true" ) lower-case(@uom) == "deg" | Invariant | Approved |
Details:
Pattern ID: COMMON.ASWTF1<br/>Description: meanWindDirection shall be reported in degrees (deg). <br/>Assertion: (if(exists(iwxxm:meanWindDirection) and (not(exists(iwxxm:meanWindDirection/@xsi:nil)) or iwxxm:meanWindDirection/@xsi:nil != 'true')) then (lower-case(iwxxm:meanWindDirection/@uom) = 'deg') else true())<br/><br/>
|
||
| if( meanWindSpeed != NULL and meanWindSpeed/@xsi:nil != "true" ) (lower-case(@uom) == "m/s" or lower-case(@uom) == "[kn_i]") | Invariant | Approved |
Details:
Pattern ID: COMMON.ASWTF2<br/>Description: meanWindSpeed shall be reported in metres per second (m/s) or knots ([kn_i]). <br/>Assertion: (if(exists(iwxxm:meanWindSpeed) and (not(exists(iwxxm:meanWindSpeed/@xsi:nil)) or iwxxm:meanWindSpeed/@xsi:nil != 'true')) then ((lower-case(iwxxm:meanWindSpeed/@uom) = 'm/s') or (lower-case(iwxxm:meanWindSpeed/@uom) = '[kn_i]')) else true())<br/><br/>
|
||
| if( windGustSpeed != NULL and windGustSpeed/@xsi:nil != "true" ) (lower-case(@uom) == "m/s" or lower-case(@uom) == "[kn_i]") | Invariant | Approved |
Details:
Pattern ID: COMMON.ASWTF3<br/>Description: windGustSpeed shall be reported in metres per second (m/s) or knots ([kn_i]). <br/>Assertion: (if(exists(iwxxm:windGustSpeed) and (not(exists(iwxxm:windGustSpeed/@xsi:nil)) or iwxxm:windGustSpeed/@xsi:nil != 'true')) then ((lower-case(iwxxm:windGustSpeed/@uom) = 'm/s') or (lower-case(iwxxm:windGustSpeed/@uom) = '[kn_i]')) else true())<br/>
|
||
| Object | Type | Connection | Direction | Notes |
| AerodromeSurfaceWindForecast | Class | Generalization | From |