Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element womlcore:AbstractMeteorologicalObjectType / womlcore:uncertaintyArea
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: 1
Model womlcore:UncertaintyArea
Children womlcore:UncertaintyArea
Instance
<womlcore:uncertaintyArea 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:uncertaintyArea>
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="uncertaintyArea" type="womlcore:UncertaintyAreaPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location http://xml.fmi.fi/schema/woml/core/2012/11/15/woml-core.xsd
Element womlcore:AbstractMeteorologicalObjectType / womlcore:historyInterpolationRule
Namespace http://xml.fmi.fi/namespace/woml/core/2012/11/15
Diagram
Diagram index0.tmp#id78 index857.tmp#id245 index858.tmp#id244
Type womlcore:TimeInterpolationPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model womlcore:TimeInterpolation
Children womlcore:TimeInterpolation
Instance
<womlcore:historyInterpolationRule xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <womlcore:TimeInterpolation gml:id="">{1,1}</womlcore:TimeInterpolation>
</womlcore:historyInterpolationRule>
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="historyInterpolationRule" type="womlcore:TimeInterpolationPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location http://xml.fmi.fi/schema/woml/core/2012/11/15/woml-core.xsd
Complex Type womlcore:AbstractMeteorologicalObjectType
Namespace http://xml.fmi.fi/namespace/woml/core/2012/11/15
Annotations
Abstract parent type for all Meteorological
    Objects.
            
A Meteorological objects may also carry a digital signature for its data in<a href="http://www.w3.org/TR/xmldsig-core/#def-SignatureEnveloped">enveloped</a>fashion:
The object (and thus also the signature) is included inside the data block to be signed.
Digital signatures are provided for automatically ensuring the integrity 
and authenticity of the included data.
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 index33.tmp#id111 index34.tmp#id135 index35.tmp#id68 index36.tmp#id167 index37.tmp#id180 index38.tmp#id189 index39.tmp#id190 index40.tmp#id166 index41.tmp#id67 index42.tmp#id192 index42.tmp#id220 index42.tmp#id221 index42.tmp#id222 index42.tmp#id224 index42.tmp#id191 index43.tmp#id227 index43.tmp#id243
Type extension of gml:DynamicFeatureType
Type hierarchy
Properties
abstract: true
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier{0,1} , gml:name* , gml:boundedBy{0,1} , gml:location{0,1} , gml:validTime{0,1} , gml:history{0,1} , gml:dataSource{0,1} , gml:dataSourceReference{0,1} , womlcore:metaData{0,1} , womlcore:creationTime , womlcore:latestModificationTime{0,1} , womlcore:shortInfo* , womlcore:longInfo* , womlcore:uncertaintyArea{0,1} , womlcore:historyInterpolationRule{0,1}
Children gml:boundedBy, gml:dataSource, gml:dataSourceReference, gml:description, gml:descriptionReference, gml:history, gml:identifier, gml:location, gml:metaDataProperty, gml:name, gml:validTime, womlcore:creationTime, womlcore:historyInterpolationRule, womlcore:latestModificationTime, womlcore:longInfo, womlcore:metaData, womlcore:shortInfo, womlcore:uncertaintyArea
Attributes
QName Type Fixed Default Use Annotation
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.
Source
<complexType name="AbstractMeteorologicalObjectType" abstract="true">
  <annotation>
    <documentation>Abstract parent type for all Meteorological Objects. A Meteorological objects may also carry a digital signature for its data in
      <a href="http://www.w3.org/TR/xmldsig-core/#def-SignatureEnveloped">enveloped</a>fashion: The object (and thus also the signature) is included inside the data block to be signed. Digital signatures are provided for automatically ensuring the integrity and authenticity of the included data.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:DynamicFeatureType">
      <sequence>
        <group ref="womlcore:BasicObjectMetadata"/>
        <element name="uncertaintyArea" type="womlcore:UncertaintyAreaPropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="historyInterpolationRule" type="womlcore:TimeInterpolationPropertyType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location http://xml.fmi.fi/schema/woml/core/2012/11/15/woml-core.xsd