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
UncertaintyArea describes the uncertainty typically associated with predicted weather objectof actually being located in the predicted place at the predicted time. The probability ofthe forecast objects' location at the given valid time is given by the shape and the size of the exterior of the UncertaintyArea. The associated object must always residecompletely inside its UncertaintyArea.The probability of being located inside this area is given with the probabilityOfBeingLocatedInside property as decimal number between 0 and 1.UncertaintyAreas may be cascaded to describe the distribution of the location probability. The contained UncertaintyAreas must always havegreater probabilityOfBeingContainedInside value and their exterior must becompletely inside the parents exterior.
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.
<complexType name="UncertaintyAreaType"><annotation><documentation>UncertaintyArea describes the uncertainty typically associated with predicted weather object of actually being located in the predicted place at the predicted time. The probability of the forecast objects' location at the given valid time is given by the shape and the size of the exterior of the UncertaintyArea. The associated object must always reside completely inside its UncertaintyArea. The probability of being located inside this area is given with the probabilityOfBeingLocatedInside property as decimal number between 0 and 1. UncertaintyAreas may be cascaded to describe the distribution of the location probability. The contained UncertaintyAreas must always have greater probabilityOfBeingContainedInside value and their exterior must be completely inside the parents exterior.</documentation></annotation><complexContent><extension base="gml:AbstractSurfaceType"><sequence><element name="exterior" type="womlcore:CombinedSegmentedRingPropertyType" minOccurs="0"/><element name="probabilityOfBeingLocatedInside" minOccurs="1" maxOccurs="1"><simpleType><restriction base="double"><minInclusive value="0"/><maxInclusive value="1"/></restriction></simpleType></element><element name="innerArea" type="womlcore:UncertaintyAreaPropertyType" minOccurs="0" maxOccurs="unbounded"/></sequence></extension></complexContent></complexType>