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
<p>An area with the same geophysical parameter (temperature, pressure, humidity,..) value or value range at a specific time. The truth value of this statement is not considered here, value may be speculative (forecast). The main intention for objects of this type is to represent observed and forecast parameter values on a map.</p><p>Area may contain zero or more inner areas with a different set of geophysical parameter values. This kind of hierarchical areas are defined for describing gradual changes in the parameter values within an area.</p>
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="ParameterValueSetAreaType"><annotation><documentation><p>An area with the same geophysical parameter (temperature, pressure, humidity,..) value or value range at a specific time. The truth value of this statement is not considered here, value may be speculative (forecast). The main intention for objects of this type is to represent observed and forecast parameter values on a map.</p><p>Area may contain zero or more inner areas with a different set of geophysical parameter values. This kind of hierarchical areas are defined for describing gradual changes in the parameter values within an area.</p></documentation></annotation><complexContent><extension base="womlcore:AbstractSurfaceObjectType"><sequence><element name="parameterValueSet" type="womlqty:GeophysicalParameterValueSetPropertyType" minOccurs="1" maxOccurs="unbounded"/><element name="innerArea" type="womlqty:ParameterValueSetAreaPropertyType" minOccurs="0" maxOccurs="unbounded"/></sequence></extension></complexContent></complexType>