Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element womlcore:SurfaceObjectEventType / womlcore:controlSurface
Namespace http://xml.fmi.fi/namespace/woml/core/2012/11/15
Diagram
Diagram index0.tmp#id78 index49.tmp#id103 index93.tmp#id229 index561.tmp#id326
Type gml:SurfacePropertyType
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model gml:AbstractSurface
Children gml:AbstractSurface
Instance
<womlcore:controlSurface xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:AbstractSurface axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:AbstractSurface>
</womlcore:controlSurface>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false 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="controlSurface" type="gml:SurfacePropertyType" minOccurs="1" maxOccurs="1"/>
Schema location http://xml.fmi.fi/schema/woml/core/2012/11/15/woml-core.xsd
Element womlcore:SurfaceObjectEventType / 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
Complex Type womlcore:SurfaceObjectEventType
Namespace http://xml.fmi.fi/namespace/woml/core/2012/11/15
Annotations
Used for describing the dynamic properties of a surface met object at a certain time instant. Instances of this type are meant 
to be used as contents of gml:history property of met objects changing in time (in the history or the future).
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 index36.tmp#id167 index38.tmp#id189 index326.tmp#id188 index637.tmp#id2277 index637.tmp#id2278
Type extension of gml:AbstractTimeSliceType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier{0,1} , gml:name* , gml:validTime , gml:dataSource{0,1} , womlcore:controlSurface , womlcore:uncertaintyArea{0,1}
Children gml:dataSource, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:validTime, womlcore:controlSurface, 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="SurfaceObjectEventType">
  <annotation>
    <documentation>Used for describing the dynamic properties of a surface met object at a certain time instant. Instances of this type are meant to be used as contents of gml:history property of met objects changing in time (in the history or the future).</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractTimeSliceType">
      <sequence>
        <element name="controlSurface" type="gml:SurfacePropertyType" minOccurs="1" maxOccurs="1"/>
        <element name="uncertaintyArea" type="womlcore:UncertaintyAreaPropertyType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location http://xml.fmi.fi/schema/woml/core/2012/11/15/woml-core.xsd