Namespace |
http://xml.fmi.fi/namespace/woml/core/2011/03/15 |
Diagram
|
|
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/2011/03/15/woml-common.xsd |