Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element womlcore:UncertaintyAreaType / womlcore:probabilityOfBeingLocatedInside
Namespace http://xml.fmi.fi/namespace/woml/core/2012/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/2012/11/15/woml-core.xsd
Element womlcore:UncertaintyAreaType / womlcore:innerArea
Namespace http://xml.fmi.fi/namespace/woml/core/2012/11/15
Diagram
Diagram index0.tmp#id79 index21.tmp#id162 index22.tmp#id229
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 xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="innerArea" type="womlcore:UncertaintyAreaPropertyType" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://xml.fmi.fi/schema/woml/core/2012/11/15/woml-core.xsd
Complex Type womlcore:UncertaintyAreaType
Namespace http://xml.fmi.fi/namespace/woml/core/2012/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 index33.tmp#id78 index34.tmp#id72 index35.tmp#id100 index36.tmp#id102 index37.tmp#id106 index38.tmp#id111 index39.tmp#id71 index40.tmp#id70 index41.tmp#id120 index42.tmp#id164 index43.tmp#id234 index44.tmp#id233 index531.tmp#id235 index532.tmp#id241 index533.tmp#id232 index534.tmp#id242 index534.tmp#id243
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/2012/11/15/woml-core.xsd