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 file:/Users/ilkkarinne/projects/woml-core-2012-11-15-schema/src/main/resources/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 index17.tmp#id76 index23.tmp#id159 index24.tmp#id233
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 file:/Users/ilkkarinne/projects/woml-core-2012-11-15-schema/src/main/resources/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 index1.tmp#id75 index2.tmp#id69 index3.tmp#id97 index4.tmp#id99 index5.tmp#id103 index6.tmp#id108 index7.tmp#id68 index8.tmp#id67 index29.tmp#id117 index30.tmp#id161 index78.tmp#id238 index79.tmp#id237 index80.tmp#id239 index81.tmp#id245 index686.tmp#id236 index687.tmp#id246 index687.tmp#id247
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 file:/Users/ilkkarinne/projects/woml-core-2012-11-15-schema/src/main/resources/woml/core/2012/11/15/woml-core.xsd