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
One section of textual weather forecast."title" is a localized presentation name for the section, one for each of the supported languages."content" is the textual content of this section, one for each of the supported languages."context" is a section-specific code for specifying the target of the conditions described in this section, like "sea", "coast" or "lakes". For warnigs, this could be used to separate different warning types."audience" is a code for describing the intended target audience, like "general-public"."referenceData" may be used to point into more detailed data source connected to this the conditions described in this section in textual form.
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="ForecastTextSectionType"><annotation><documentation>One section of textual weather forecast. "title" is a localized presentation name for the section, one for each of the supported languages. "content" is the textual content of this section, one for each of the supported languages. "context" is a section-specific code for specifying the target of the conditions described in this section, like "sea", "coast" or "lakes". For warnigs, this could be used to separate different warning types. "audience" is a code for describing the intended target audience, like "general-public". "referenceData" may be used to point into more detailed data source connected to this the conditions described in this section in textual form.</documentation></annotation><complexContent><extension base="gml:AbstractGMLType"><sequence><element name="title" type="womlcore:shortLocalizedStringType" minOccurs="1" maxOccurs="unbounded"/><element name="content" type="womlcore:longLocalizedStringType" minOccurs="1" maxOccurs="unbounded"/><element name="context" type="gml:CodeType" minOccurs="0" maxOccurs="1"/><element name="audience" type="gml:CodeType" minOccurs="0" maxOccurs="unbounded"/><element name="referenceData" type="womlcore:DataSourceReferencePropertyType" minOccurs="0" maxOccurs="unbounded"/></sequence></extension></complexContent></complexType>