XML Schema "phenomena.xsd"
Target Namespace:
Version:
1.0
Defined Components:
elements (3 global + 4 local), complexTypes (6)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://schemas.wmo.int/metce/1.0/phenomena.xsd; see XML source
Imports Schemas (1):
Includes Schemas (1):
Included in Schemas (1):
Annotation
Annotation 1 [src]:
References to WMO and ICAO Technical Regulations within this XML schema shall have no formal status and are for information purposes only. Where there are differences between the Technical Regulations and the schema, the Technical Regulations shall take precedence. Technical Regulations may impose requirements that are not described in this schema.
Annotation 2 [src]:
The package 'Meteorological Phenomena' contains «FeatureType» entities that have a significant role in meteorology; e.g. volcanoes and tropical cyclones. A list of meteorological phenomena are provided in WMO No. 306 Vol I.2 FM 94 BUFR code-table 0 08 011 'Meteorological Feature' (see below). It is anticipated that in future releases the additional meteorological features listed therein will be incorporated. Meteorological Features (from WMO No. 306 Vol I.2 FM 94 BUFR code-table 0 08 011): - Quasi-stationary front at the surface - Quasi-stationary front above the surface - Warm front at the surface - Warm front above the surface - Cold front at the surface - Cold front above the surface - Occlusion - Instability line - Intertropical front - Convergence line - Jet stream - Cloud clear - Cloud - Turbulence - Storm - Airframe icing - [Erupting] Volcano - Atmospherics - Special clouds - Thunderstorm - Tropical cyclone - Mountain wave - Duststorm - Sandstorm
All Element Summary (local elements unified by type)
A volcano that is currently erupting, or has recently erupted, that is the source of volcanic ash or other significant meteorological phenomena described in operational weather reports.
Type:
Content:
complex, 1 attribute, 10 elements
Subst.Gr:
Defined:
globally; see XML source
Used:
The date of eruption for the volcano.
Type:
dateTime
Content:
simple
Defined:
metce:name (type string)
Type:
string
Content:
simple
Defined:
locally at 2 locations
The position of the volcano.
Type:
Content:
complex, 10 attributes, 1 element
Defined:
locally within metce:VolcanoType complexType; see XML source
Cyclone of tropical origin of small diameter (some hundreds of kilometres) with minimum surface pressure in some cases less than 900 hPa, very violent winds and torrential rain; sometimes accompanied by thunderstorms.
Type:
Content:
complex, 1 attribute, 8 elements
Subst.Gr:
Defined:
globally; see XML source
Used:
A volcano irrespective of the volcano's current state (e.g. passive or erupting).
Type:
Content:
complex, 1 attribute, 9 elements
Subst.Gr:
may substitute for elements: gml:AbstractFeature, gml:AbstractGML, gml:AbstractObject; may be substituted with 1 element
Defined:
globally; see XML source
Used:
Complex Type Summary
Content:
complex, 10 attributes, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
never
Content:
complex, 1 attribute, 10 elements
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Content:
complex, 10 attributes, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
never
Content:
complex, 1 attribute, 8 elements
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Content:
complex, 10 attributes, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
never
Content:
complex, 1 attribute, 9 elements
Defined:
globally; see XML source
Includes:
definitions of 2 elements
Used:
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://def.wmo.int/metce/2013" version="1.0" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:metce="http://def.wmo.int/metce/2013">
<annotation>
<documentation>
References to WMO and ICAO Technical Regulations within this XML schema shall have
no formal status and are for information purposes only. Where there are differences
between the Technical Regulations and the schema, the Technical Regulations shall
take precedence. Technical Regulations may impose requirements that are not described
in this schema.
</documentation>
<documentation>
The package 'Meteorological Phenomena' contains &#171;FeatureType&#187; entities that have a
significant role in meteorology; e.g. volcanoes and tropical cyclones. A list of
meteorological phenomena are provided in WMO No. 306 Vol I.2 FM 94 BUFR code-table
0 08 011 'Meteorological Feature' (see below). It is anticipated that in future releases
the additional meteorological features listed therein will be incorporated. Meteorological
Features (from WMO No. 306 Vol I.2 FM 94 BUFR code-table 0 08 011): - Quasi-stationary
front at the surface - Quasi-stationary front above the surface - Warm front at the
surface - Warm front above the surface - Cold front at the surface - Cold front above
the surface - Occlusion - Instability line - Intertropical front - Convergence line
- Jet stream - Cloud clear - Cloud - Turbulence - Storm - Airframe icing - [Erupting]
Volcano - Atmospherics - Special clouds - Thunderstorm - Tropical cyclone - Mountain
wave - Duststorm - Sandstorm
</documentation>
</annotation>
<include schemaLocation="metce.xsd"/>
<element name="TropicalCyclone" substitutionGroup="gml:AbstractFeature" type="metce:TropicalCycloneType">
<annotation>
<documentation>
Cyclone of tropical origin of small diameter (some hundreds of kilometres) with minimum
surface pressure in some cases less than 900 hPa, very violent winds and torrential
rain; sometimes accompanied by thunderstorms. It usually contains a central region,
known as the &#8220;eye&#8221; of the storm, with a diameter of the order of some tens of kilometres,
and with light winds and more or less lightly clouded sky. WMO No. 306 Vol I.1 code-table
3704 "Shape and definition of the eye of the tropical cyclone" and WMO No. 306 Vol
I.1 code-table 3790 "Intensity of the tropical cyclone" provide additional candidate
attributes that may be incorporated within this &#171;FeatureType&#187; in subsequent versions
of METCE.
</documentation>
</annotation>
</element>
<complexType name="TropicalCycloneType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="name" type="string">
<annotation>
<documentation>Name of tropical cyclone.</documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="TropicalCyclonePropertyType">
<sequence minOccurs="0">
<element ref="metce:TropicalCyclone"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="Volcano" substitutionGroup="gml:AbstractFeature" type="metce:VolcanoType">
<annotation>
<documentation>
A volcano irrespective of the volcano's current state (e.g. passive or erupting).
Note that the "Global Volcanism Program" provides an online, searchable catalogue
of volcanoes which may assist in identifying the authoritative name for a given volcano
feature [http://www.volcano.si.edu/world/]. (informative)
</documentation>
</annotation>
</element>
<complexType name="VolcanoType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="name" type="string">
<annotation>
<documentation>The name of the volcano.</documentation>
</annotation>
</element>
<element name="position" type="gml:PointPropertyType">
<annotation>
<documentation>The position of the volcano.</documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="VolcanoPropertyType">
<sequence minOccurs="0">
<element ref="metce:Volcano"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="EruptingVolcano" substitutionGroup="metce:Volcano" type="metce:EruptingVolcanoType">
<annotation>
<documentation>
A volcano that is currently erupting, or has recently erupted, that is the source
of volcanic ash or other significant meteorological phenomena described in operational
weather reports.
</documentation>
</annotation>
</element>
<complexType name="EruptingVolcanoType">
<complexContent>
<extension base="metce:VolcanoType">
<sequence>
<element name="eruptionDate" type="dateTime">
<annotation>
<documentation>The date of eruption for the volcano.</documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EruptingVolcanoPropertyType">
<sequence minOccurs="0">
<element ref="metce:EruptingVolcano"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
</schema>

This XML schema documentation has been generated with DocFlex/XML 1.11 using DocFlex/XML XSDDoc 2.8.3 template set.
DocFlex/XML is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.
DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future).
A commercial license for "DocFlex/XML XSDDoc" will allow you:
  • To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support > 400 template parameters, which work the same as "options" of ordinary doc-generators. The parameters are organized in nested groups, which form a parameter tree. Most of them have their default values calculated dynamically from a few primary parameters. So, you'll never need to specify all of them. That will give you swift and effective control over the generated content!
  • To use certain features disabled in the free mode (such as the full documenting of substitution groups).
  • To select only the initial, imported, included, redefined XML schemas to be documented or only those directly specified by name.
  • To include only XML schema components specified by name.
  • To document local element components both globally and locally (similar to attributes).
  • To allow/suppress unification of local elements by type.
  • To enable/disable reproducing of namespace prefixes.
  • To use PlainDoc.tpl main template to generate all the XML schema documentation in a signle-file form as both HTML and incredible quality RTF output.
  • To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.
  • To insert images in your annotations using XHTML <img> tags (supported both in HTML and RTF output).
  • To remove this very advertisement text!
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML (Full Edition) and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!
But this is not all. In addition to it, a commercial license for "DocFlex/XML SDK" will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own!
Please note that by purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the results of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us!
To purchase a license, please follow this link: http://www.filigris.com/shop/