Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Element metobj:timeAggregationType/metobj:function
Namespace http://xml.fmi.fi/namespace/meteorology/conceptual-model/meteorological-objects/2009/04/28
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
minOccurs: 1
maxOccurs: 1
Facets
enumeration avg, slidingAvg, mean, min, max, count, sum
Source
<xs:element name="function" minOccurs="1" maxOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="avg"/>
      <xs:enumeration value="slidingAvg"/>
      <xs:enumeration value="mean"/>
      <xs:enumeration value="min"/>
      <xs:enumeration value="max"/>
      <xs:enumeration value="count"/>
      <xs:enumeration value="sum"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location http://xml.fmi.fi/schema/meteorology/conceptual-model/meteorological-objects/2009/04/28/metobjects-common.xsd
Element metobj:timeAggregationType/metobj:aggregationTime
Namespace http://xml.fmi.fi/namespace/meteorology/conceptual-model/meteorological-objects/2009/04/28
Diagram
Diagram docindex455.tmp#id293
Type extension of xs:int
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom xs:anyURI required
Source
<xs:element name="aggregationTime">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:int">
        <xs:attribute name="uom" type="xs:anyURI" use="required"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location http://xml.fmi.fi/schema/meteorology/conceptual-model/meteorological-objects/2009/04/28/metobjects-common.xsd
Complex Type metobj:timeAggregationType
Namespace http://xml.fmi.fi/namespace/meteorology/conceptual-model/meteorological-objects/2009/04/28
Diagram
Diagram docindex455.tmp#id291 docindex455.tmp#id292
Used by
Model metobj:function , metobj:aggregationTime
Children metobj:aggregationTime, metobj:function
Source
<xs:complexType name="timeAggregationType">
  <xs:sequence>
    <xs:element name="function" minOccurs="1" maxOccurs="1">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="avg"/>
          <xs:enumeration value="slidingAvg"/>
          <xs:enumeration value="mean"/>
          <xs:enumeration value="min"/>
          <xs:enumeration value="max"/>
          <xs:enumeration value="count"/>
          <xs:enumeration value="sum"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="aggregationTime">
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="xs:int">
            <xs:attribute name="uom" type="xs:anyURI" use="required"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location http://xml.fmi.fi/schema/meteorology/conceptual-model/meteorological-objects/2009/04/28/metobjects-common.xsd
Attribute metobj:aggregationTime/metobj:timeAggregationType/@uom
Namespace No namespace
Type xs:anyURI
Properties
use: required
Used by
Source
<xs:attribute name="uom" type="xs:anyURI" use="required"/>
Schema location http://xml.fmi.fi/schema/meteorology/conceptual-model/meteorological-objects/2009/04/28/metobjects-common.xsd