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 time series of geophysical parameter values. The contents is divided to0..n time slots each having a valid time (single or time range) and a setof parameterValueSets.This type is better suited for time series data for a single geospatial pointthan using a collection of ParamaterValueSetPoint objects, because thegeolocation can be given only once (there is only one feature for thewhole time series).Note that the validTime property should indicated the whole time spanof the entire time series, while the validTime properties of theincluded timeSlots should indicate subranges or single timesinside the entire time series time span.
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="ParameterTimeSeriesPointType"><annotation><documentation>A time series of geophysical parameter values. The contents is divided to 0..n time slots each having a valid time (single or time range) and a set of parameterValueSets. This type is better suited for time series data for a single geospatial point than using a collection of ParamaterValueSetPoint objects, because the geolocation can be given only once (there is only one feature for the whole time series). Note that the validTime property should indicated the whole time span of the entire time series, while the validTime properties of the included timeSlots should indicate subranges or single times inside the entire time series time span.</documentation></annotation><complexContent><extension base="womlcore:AbstractPointObjectType"><sequence><element name="timeSlots" type="womlqty:TimeSeriesSlotArrayPropertyType"/></sequence></extension></complexContent></complexType>