Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element womlqty:GeophysicalParameterValueType / womlqty:parameter
Namespace http://xml.fmi.fi/namespace/woml/quantity/2012/11/15
Diagram
Diagram index0.tmp#id78 index995.tmp#id284 index996.tmp#id283
Type womlqty:GeophysicalParameterPropertyType
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model womlqty:GeophysicalParameter
Children womlqty:GeophysicalParameter
Instance
<womlqty:parameter xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <womlqty:GeophysicalParameter gml:id="">{1,1}</womlqty:GeophysicalParameter>
</womlqty:parameter>
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="parameter" type="womlqty:GeophysicalParameterPropertyType" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/ilkkarinne/projects/woml-quantity-2012-11-15-schema/src/main/resources/woml/quantity/2012/11/15/woml-quantity.xsd
Element womlqty:GeophysicalParameterValueType / womlqty:value
Namespace http://xml.fmi.fi/namespace/woml/quantity/2012/11/15
Diagram
Diagram index0.tmp#id78 index232.tmp#id299 index233.tmp#id298
Type womlqty:MeasureValuePropertyType
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model womlqty:AbstractMeasureValue
Children womlqty:AbstractMeasureValue
Instance
<womlqty:value xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <womlqty:AbstractMeasureValue gml:id="">{1,1}</womlqty:AbstractMeasureValue>
</womlqty:value>
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="value" type="womlqty:MeasureValuePropertyType" minOccurs="1" maxOccurs="1"/>
Schema location file:/Users/ilkkarinne/projects/woml-quantity-2012-11-15-schema/src/main/resources/woml/quantity/2012/11/15/woml-quantity.xsd
Element womlqty:GeophysicalParameterValueType / womlqty:elevation
Namespace http://xml.fmi.fi/namespace/woml/quantity/2012/11/15
Diagram
Diagram index0.tmp#id78 index873.tmp#id307 index1020.tmp#id306
Type womlcore:ElevationPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model womlcore:Elevation
Children womlcore:Elevation
Instance
<womlqty:elevation xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <womlcore:Elevation gml:id="">{1,1}</womlcore:Elevation>
</womlqty:elevation>
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="elevation" type="womlcore:ElevationPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/Users/ilkkarinne/projects/woml-quantity-2012-11-15-schema/src/main/resources/woml/quantity/2012/11/15/woml-quantity.xsd
Complex Type womlqty:GeophysicalParameterValueType
Namespace http://xml.fmi.fi/namespace/woml/quantity/2012/11/15
Annotations
Value of a one geophysical parameter (temperature, pressure, humidity,..). The main
intention for objects of this type is to represent observed and forecast parameter
values on a map.
               
If the "elevation" property is defined, it overrides the possibly given vertical location property values of
the enclosing elements (like GeophysicalParameterValueSet). If it's not given, the elevation of the value
of this parameter should be defined in the enclosing elements.
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 index1256.tmp#id282 index1256.tmp#id297 index1256.tmp#id305
Type extension of gml:AbstractGMLType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier{0,1} , gml:name* , womlqty:parameter , womlqty:value , womlqty:elevation{0,1}
Children gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, womlqty:elevation, womlqty:parameter, womlqty:value
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="GeophysicalParameterValueType">
  <annotation>
    <documentation>Value of a one geophysical parameter (temperature, pressure, humidity,..). The main intention for objects of this type is to represent observed and forecast parameter values on a map. If the "elevation" property is defined, it overrides the possibly given vertical location property values of the enclosing elements (like GeophysicalParameterValueSet). If it's not given, the elevation of the value of this parameter should be defined in the enclosing elements.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractGMLType">
      <sequence>
        <element name="parameter" type="womlqty:GeophysicalParameterPropertyType" minOccurs="1" maxOccurs="1"/>
        <element name="value" type="womlqty:MeasureValuePropertyType" minOccurs="1" maxOccurs="1"/>
        <element name="elevation" type="womlcore:ElevationPropertyType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/ilkkarinne/projects/woml-quantity-2012-11-15-schema/src/main/resources/woml/quantity/2012/11/15/woml-quantity.xsd