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#id79 index8.tmp#id104 index54.tmp#id230 index55.tmp#id257
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#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
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 index33.tmp#id78 index34.tmp#id72 index35.tmp#id100 index36.tmp#id102 index37.tmp#id106 index38.tmp#id111 index39.tmp#id71 index40.tmp#id70 index62.tmp#id168 index63.tmp#id190 index274.tmp#id189 index275.tmp#id2236 index275.tmp#id2237
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