Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type womlcore:meteorologicalKeywordType
Namespace http://xml.fmi.fi/namespace/woml/core/2010/11/15
Diagram
Diagram index170.tmp#id166 index488.tmp#id167
Type extension of womlcore:shortStringType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
fixedVocabulary restriction of string optional
Source
<complexType name="meteorologicalKeywordType">
  <simpleContent>
    <extension base="womlcore:shortStringType">
      <attribute name="fixedVocabulary" use="optional">
        <simpleType>
          <restriction base="string">
            <enumeration value="generic"/>
            <enumeration value="satellite"/>
            <enumeration value="radar"/>
            <enumeration value="nwm"/>
            <enumeration value="observation"/>
            <enumeration value="forecast"/>
          </restriction>
        </simpleType>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Schema location http://xml.fmi.fi/schema/woml/core/2010/11/15/woml-common.xsd
Attribute womlcore:meteorologicalKeywordType / @fixedVocabulary
Namespace No namespace
Type restriction of string
Properties
use: optional
Facets
enumeration generic
enumeration satellite
enumeration radar
enumeration nwm
enumeration observation
enumeration forecast
Used by
Source
<attribute name="fixedVocabulary" use="optional">
  <simpleType>
    <restriction base="string">
      <enumeration value="generic"/>
      <enumeration value="satellite"/>
      <enumeration value="radar"/>
      <enumeration value="nwm"/>
      <enumeration value="observation"/>
      <enumeration value="forecast"/>
    </restriction>
  </simpleType>
</attribute>
Schema location http://xml.fmi.fi/schema/woml/core/2010/11/15/woml-common.xsd