: Public <<DataType>> Class
Created: 06/04/2012 2:24:36 PM
Modified: 14/03/2013 12:52:18 PM
Project:
Advanced:
An aggregation of sea state conditions typically reported together at an aerodrome.  This includes information on sea-surface temperature and either the state of the sea or significant wave height from aeronautical meteorological stations established on offshore structures in support of helicopter operations
Element Source Role Target Role
MeteorologicalAerodromeObservationRecord
Class  
Name:  
 
Name: seaState
 
Details:
 
Constraint Type Status
if( seaState != NULL ) significantWaveHeight == NULL Invariant Approved
Details:
If the sea state is set, significantWaveHeight is not reported (one or the other)
if( significantWaveHeight != NULL ) seaState == NULL Invariant Approved
Details:
If the significantWaveHeight is set, seaState is not reported (one or the other)
if( seaState == NULL ) significantWaveHeight != NULL Invariant Approved
Details:
Either seaState or significantWaveHeight must be present