Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element womlcore:UncertaintyAreaType / womlcore:probabilityOfBeingLocatedInside
Namespace http://xml.fmi.fi/namespace/woml/core/2011/11/15
Diagram
Diagram
Type restriction of double
Properties
content: simple
minOccurs: 1
maxOccurs: 1
Facets
maxInclusive 1
minInclusive 0
Source
<element name="probabilityOfBeingLocatedInside" minOccurs="1" maxOccurs="1">
  <simpleType>
    <restriction base="double">
      <minInclusive value="0"/>
      <maxInclusive value="1"/>
    </restriction>
  </simpleType>
</element>
Schema location http://xml.fmi.fi/schema/woml/core/2011/11/15/woml-core.xsd
Element womlcore:UncertaintyAreaType / womlcore:innerArea
Namespace http://xml.fmi.fi/namespace/woml/core/2011/11/15
Diagram
Diagram index19.tmp#id78 index53.tmp#id154 index54.tmp#id221
Type womlcore:UncertaintyAreaPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model womlcore:UncertaintyArea
Children womlcore:UncertaintyArea
Instance
<womlcore:innerArea xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <womlcore:UncertaintyArea axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</womlcore:UncertaintyArea>
</womlcore:innerArea>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
xlink:actuate restriction of string optional
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
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
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 context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<element name="innerArea" type="womlcore:UncertaintyAreaPropertyType" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://xml.fmi.fi/schema/woml/core/2011/11/15/woml-core.xsd
Complex Type womlcore:UncertaintyAreaType
Namespace http://xml.fmi.fi/namespace/woml/core/2011/11/15
Annotations
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.
Diagram
Diagram index0.tmp#id77 index1.tmp#id71 index2.tmp#id92 index3.tmp#id94 index4.tmp#id98 index5.tmp#id103 index6.tmp#id70 index7.tmp#id69 index63.tmp#id112 index64.tmp#id156 index65.tmp#id226 index516.tmp#id225 index116.tmp#id227 index460.tmp#id233 index517.tmp#id224 index588.tmp#id234 index588.tmp#id235
Type extension of gml:PolygonType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier{0,1} , gml:name* , gml:exterior{0,1} , gml:interior* , womlcore:probabilityOfBeingLocatedInside , womlcore:innerArea*
Children gml:description, gml:descriptionReference, gml:exterior, gml:identifier, gml:interior, gml:metaDataProperty, gml:name, womlcore:innerArea, womlcore:probabilityOfBeingLocatedInside
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
gml:id ID required
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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<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:PolygonType">
      <sequence>
        <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>
Schema location http://xml.fmi.fi/schema/woml/core/2011/11/15/woml-core.xsd