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
<html:div xmlns="http://www.w3.org/1999/xhtml"><p>A complete meteorological analysis of climatic conditions for specific time and region. At least one named target region must be given in addition to an approved collection of met objects.</p><p>Zero or more data sources (such as numerical weather model runs) used for making this analysis may be given using usedReferenceData properties.</p></html:div>
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="MeteorologicalAnalysisType"><annotation><documentation><html:div xmlns="http://www.w3.org/1999/xhtml"><p>A complete meteorological analysis of climatic conditions for specific time and region. At least one named target region must be given in addition to an approved collection of met objects.</p><p>Zero or more data sources (such as numerical weather model runs) used for making this analysis may be given using usedReferenceData properties.</p></html:div></documentation></annotation><complexContent><extension base="metobj:AbstractApprovedObjectCollectionType"><sequence><element name="targetRegion" type="metobj:GeographicRegionPropertyType" minOccurs="1" maxOccurs="unbounded"/><element name="analysisTime" type="dateTime" minOccurs="1" maxOccurs="1"/></sequence></extension></complexContent></complexType>