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#id79 index21.tmp#id162 index22.tmp#id229
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#id79 index1152.tmp#id246 index1153.tmp#id245
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 index33.tmp#id78 index34.tmp#id72 index35.tmp#id100 index36.tmp#id102 index37.tmp#id106 index38.tmp#id111 index39.tmp#id71 index40.tmp#id70 index107.tmp#id112 index108.tmp#id136 index109.tmp#id69 index62.tmp#id168 index244.tmp#id181 index63.tmp#id190 index245.tmp#id191 index246.tmp#id167 index247.tmp#id68 index212.tmp#id193 index212.tmp#id221 index212.tmp#id222 index212.tmp#id223 index212.tmp#id225 index212.tmp#id192 index248.tmp#id228 index248.tmp#id244
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