The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource; it's value should be treated as follows:onLoad - traverse to the ending resource immediately on loading the starting resource onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose other - behavior is unconstrained; examine other markup in link for hints none - behavior is unconstrained
The 'show' attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource; it's value should be treated as follows: new - load ending resource in a new window, frame, pane, or other presentation contextreplace - load the resource in the same window, frame, pane, or other presentation contextembed - load ending resource in place of the presentation of the starting resourceother - behavior is unconstrained; examine other markup in the link for hints none - behavior is unconstrained
The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource; it's value should be treated as follows:onLoad - traverse to the ending resource immediately on loading the starting resource onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose other - behavior is unconstrained; examine other markup in link for hints none - behavior is unconstrained
The 'show' attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource; it's value should be treated as follows: new - load ending resource in a new window, frame, pane, or other presentation contextreplace - load the resource in the same window, frame, pane, or other presentation contextembed - load ending resource in place of the presentation of the starting resourceother - behavior is unconstrained; examine other markup in the link for hints none - behavior is unconstrained
A "object-oriented" weather forecast for specified region and time period given at specific time. The forecastTime is the "official release time" for the forecast, this may be somewhat different from the creationTime or latestModificationTime for this feature. An example: A forecaster creates the first version of the weather forecast for tomorrow evening today at 11:15. The forecast is to be published at noon today. The final edits are done at 11:45. In this case the forecastTime is 12:00 today, creationTime is 11:15, latestModificationTime is 11:45 and the validTime is 15:00 - 21:00 tomorrow.Zero or more data sources (such as numerical weather model runs, satellite images, weather observation data) used for making this forecast may be given using usedReferenceData properties.
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="WeatherForecastType"><annotation><documentation>A "object-oriented" weather forecast for specified region and time period given at specific time. The forecastTime is the "official release time" for the forecast, this may be somewhat different from the creationTime or latestModificationTime for this feature. An example: A forecaster creates the first version of the weather forecast for tomorrow evening today at 11:15. The forecast is to be published at noon today. The final edits are done at 11:45. In this case the forecastTime is 12:00 today, creationTime is 11:15, latestModificationTime is 11:45 and the validTime is 15:00 - 21:00 tomorrow. Zero or more data sources (such as numerical weather model runs, satellite images, weather observation data) used for making this forecast may be given using usedReferenceData properties.</documentation></annotation><complexContent><extension base="womlcore:AbstractApprovedObjectCollectionType"><sequence><element name="targetRegion" type="womlcore:GeographicRegionPropertyType" minOccurs="1" maxOccurs="unbounded"/><element name="forecastTime" type="dateTime" minOccurs="1" maxOccurs="1"/><element name="usedReferenceData" type="womlcore:DataSourceReferencePropertyType" minOccurs="0" maxOccurs="unbounded"/></sequence></extension></complexContent></complexType>