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#id78 index213.tmp#id161 index1018.tmp#id228
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 index18.tmp#id77 index19.tmp#id71 index20.tmp#id99 index21.tmp#id101 index22.tmp#id105 index23.tmp#id110 index24.tmp#id70 index25.tmp#id69 index60.tmp#id119 index103.tmp#id163 index104.tmp#id233 index105.tmp#id232 index106.tmp#id234 index107.tmp#id240 index108.tmp#id231 index109.tmp#id241 index109.tmp#id242
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