: Public <<featureType>> Class
Created: 16/02/2016 1:58:21 PM
Modified: 02/05/2016 6:46:32 PM
Project:
Advanced:
Forecast conditions of a tropical cyclone <br/>
Attribute
Public Velocity
  maximumSurfaceWindSpeed
Details:
Notes: The forecast maximum surface wind speed.  Maximum wind speeds shall be provided in either two units of measures: "m/s"or "[kn_i]" (knot).<br/>
Tag Value
byValuePropertyType false
Details:
Values: true | false
Default: false
Description: Create a property type that requires that the instance is encoded inline (applies to ISO 19136:2007 encoding rule).
isCollection false
Details:
Values: true | false
Default: false
Description: Identifies the feature type as a feature collection.
noPropertyType false
Details:
Values: true | false
Default: false
Description: Surpress creation of a standard property type that supports inline or by-reference encoding (applies to ISO 19136:2007 encoding rule).
Constraint Type Status
if( maximumSurfaceWindSpeed != NULL and maximumSurfaceWindSpeed/@xsi:nil != "true" ) (lower-case(@uom) == "m/s" or lower-case(@uom) == "[kn_i]") Invariant Approved
Details:
Pattern ID: TCA.TCFC1<br/>Description: maximumSurfaceWindSpeed shall be reported in metres per second (m/s) or knots ([kn_i]). <br/>Assertion: (if(exists(iwxxm:maximumSurfaceWindSpeed) and (not(exists(iwxxm:maximumSurfaceWindSpeed/@xsi:nil)) or iwxxm:maximumSurfaceWindSpeed/@xsi:nil != 'true')) then ((lower-case(iwxxm:maximumSurfaceWindSpeed/@uom) = 'm/s') or (lower-case(iwxxm:maximumSurfaceWindSpeed/@uom) = '[kn_i]')) else true())<br/>