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
Complex Type womlcore:AbstractMeteorologicalObjectCollectionType
Namespace
http://xml.fmi.fi/namespace/woml/core/2011/03/15
Annotations
Parent type for collections of Met Objects.Note: The model of this type is updated according to the new GML feature collection model defined in GML 3.2.1 spec Chapter 9.9.1.This type no longer extends the gml:AbstractFeatureCollection (deprecated in GML 3.2).GML feature collection is now any feature having a property of typeextending gml:AbstractFeatureMemberType.Only features substitutable for AbstractMeteorologicalObject are now allowedas members of the collection.
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="AbstractMeteorologicalObjectCollectionType" abstract="true"><annotation><documentation>Parent type for collections of Met Objects. Note: The model of this type is updated according to the new GML feature collection model defined in GML 3.2.1 spec Chapter 9.9.1. This type no longer extends the gml:AbstractFeatureCollection (deprecated in GML 3.2). GML feature collection is now any feature having a property of type extending gml:AbstractFeatureMemberType. Only features substitutable for AbstractMeteorologicalObject are now allowed as members of the collection.</documentation></annotation><complexContent><extension base="gml:AbstractFeatureType"><sequence><element name="member" type="womlcore:MeteorologicalObjectMemberType" minOccurs="0" maxOccurs="unbounded"/><group ref="womlcore:BasicObjectMetadata"/><element name="sharedObjects" type="womlcore:ReferenceableObjectArrayAssociationType" minOccurs="0" maxOccurs="1"/></sequence></extension></complexContent></complexType>