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
<html:div xmlns="http://www.w3.org/1999/xhtml"><p>Textual weather forecast for the given area with one or more semantically divided sections (rain, wind, temperature conditions and so on). Forecast target area is modelled as continuous patch of abstract earth surface (without topology) defined by an exterior Ring and 0..n interior Rings ("holes").</p><p>Text forecast areas may contain 0..n inner areas with different qualities. These area are defined by using innerArea element which is a property containing or referring to another GroundTextForecast object. The exterior of the contained area object must be completely inside the exterior and not even partly cover the area inside any of the interior Rings of the parent object. If a value for any of the qualities is not given, it is assumed to be the same as in its parent.</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="TextForecastAreaType"><annotation><documentation><html:div xmlns="http://www.w3.org/1999/xhtml"><p>Textual weather forecast for the given area with one or more semantically divided sections (rain, wind, temperature conditions and so on). Forecast target area is modelled as continuous patch of abstract earth surface (without topology) defined by an exterior Ring and 0..n interior Rings ("holes").</p><p>Text forecast areas may contain 0..n inner areas with different qualities. These area are defined by using innerArea element which is a property containing or referring to another GroundTextForecast object. The exterior of the contained area object must be completely inside the exterior and not even partly cover the area inside any of the interior Rings of the parent object. If a value for any of the qualities is not given, it is assumed to be the same as in its parent.</p></html:div></documentation></annotation><complexContent><extension base="metobj:AbstractSurfaceObjectType"><sequence><element name="forecastTime" type="dateTime" minOccurs="1" maxOccurs="1"/><element name="section" type="metobj:ForecastTextSectionPropertyType" minOccurs="1" maxOccurs="unbounded"/><element name="innerArea" type="metobj:TextForecastAreaPropertyType" minOccurs="0" maxOccurs="unbounded"/></sequence></extension></complexContent></complexType>