Skip to content

Commit

Permalink
Revised the two METAR examples to avoid schema validation error. (#215)
Browse files Browse the repository at this point in the history
Thanks Mark!
  • Loading branch information
blchoy authored Apr 10, 2020
1 parent c003c6d commit ed09095
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions IWXXM/examples/metar-EDDF-runwaystate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
permissibleUsage="OPERATIONAL" reportStatus="NORMAL" xmlns:aixm="http://www.aixm.aero/schema/5.1.1"
xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:iwxxm="http://icao.int/iwxxm/3.0"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://icao.int/iwxxm/3.0 https://schemas.wmo.int/iwxxm/3.0/iwxxm.xsd">
xsi:schemaLocation="http://icao.int/iwxxm/3.0 http://schemas.wmo.int/iwxxm/3.0/iwxxm.xsd">

<iwxxm:issueTime>
<gml:TimeInstant gml:id="uuid.ea606522-cf50-4874-adc3-83cc85b12b1c">
Expand All @@ -23,7 +23,7 @@
<aixm:ARP>
<aixm:ElevatedPoint axisLabels="Lat Long"
gml:id="uuid.7e308d55-3419-4169-8861-2a88af3b90ac" srsDimension="2"
srsName="https://www.opengis.net/def/crs/EPSG/0/4326">
srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
<gml:pos>50.0464 8.5986</gml:pos>
<aixm:elevation uom="M">110</aixm:elevation>
<aixm:verticalDatum>EGM_96</aixm:verticalDatum>
Expand Down
6 changes: 3 additions & 3 deletions IWXXM/examples/metar-LKKV.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
permissibleUsage="OPERATIONAL" reportStatus="NORMAL" xmlns:aixm="http://www.aixm.aero/schema/5.1.1"
xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:iwxxm="http://icao.int/iwxxm/3.0"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://icao.int/iwxxm/3.0 https://schemas.wmo.int/iwxxm/3.0/iwxxm.xsd">
xsi:schemaLocation="http://icao.int/iwxxm/3.0 http://schemas.wmo.int/iwxxm/3.0/iwxxm.xsd">
<iwxxm:issueTime>
<gml:TimeInstant gml:id="uuid.8053a919-45e1-4f22-9654-5c74032f4b64">
<gml:timePosition>2007-07-25T12:00:00Z</gml:timePosition>
Expand All @@ -22,7 +22,7 @@
<aixm:ARP>
<aixm:ElevatedPoint axisLabels="Lat Long"
gml:id="uuid.8f22ff89-a47e-4eae-87c4-8ad604e3f57f" srsDimension="2"
srsName="https://www.opengis.net/def/crs/EPSG/0/4326">
srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
<gml:pos>50.20 12.90</gml:pos>
</aixm:ElevatedPoint>
</aixm:ARP>
Expand Down Expand Up @@ -97,4 +97,4 @@
</iwxxm:runwayState>
</iwxxm:MeteorologicalAerodromeObservation>
</iwxxm:observation>
</iwxxm:METAR>
</iwxxm:METAR>

0 comments on commit ed09095

Please sign in to comment.