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
Abstract parent type for all Met Objects located at a singlegeosaptial point or point-like location (airport, city, observation station,..).Moving point objects can be modeled using DynamicMeteorologicalObject with multiplepoint objects as collection content.Display priority levels of point-likeobjects can be given with displayPriority property: The rendering engine shouldstart dropping the objects out in descending priority order if it cannot properlyposition all the point objects into the given display size.The "effectiveRadius" element may be used to define the circular area aroundthe single geospatial point that this object describes.
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="AbstractPointObjectType" abstract="true"><annotation><documentation>Abstract parent type for all Met Objects located at a single geosaptial point or point-like location (airport, city, observation station,..). Moving point objects can be modeled using DynamicMeteorologicalObject with multiple point objects as collection content. Display priority levels of point-like objects can be given with displayPriority property: The rendering engine should start dropping the objects out in descending priority order if it cannot properly position all the point objects into the given display size. The "effectiveRadius" element may be used to define the circular area around the single geospatial point that this object describes.</documentation></annotation><complexContent><extension base="womlcore:AbstractMeteorologicalObjectType"><sequence><choice><element name="controlPoint" type="gml:PointPropertyType" minOccurs="1" maxOccurs="1"/><element name="knownPlace" type="womlcore:KnownPlacePropertyType" minOccurs="1" maxOccurs="1"/></choice><element name="priority" type="int" minOccurs="0" maxOccurs="1"/><element name="effectiveRadius" type="gml:MeasureType" minOccurs="0" maxOccurs="1"/></sequence></extension></complexContent></complexType>