schemas/ofmx/0.1/OFMX-Snapshot.xsd in aixm-1.3.4 vs schemas/ofmx/0.1/OFMX-Snapshot.xsd in aixm-1.4.0

- old
+ new

@@ -6,23 +6,23 @@ This is a fork of AIXM 4.5 to accomodate extensions and backports for open flightmaps. AIXM: copyright (c) 2006, EUROCONTROL (BSD license) -OFMX: https://openflightmaps.org/live/downloads/20150306-GUL.pdf +OFMX: copyright (c) 2018, open flightmaps (BSD license) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of EUROCONTROL nor the names of its contributors may be - used to endorse or promote products derived from this software without - specific prior written permission. +* Neither the name of EUROCONTROL, open flightmaps nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE @@ -64,16 +64,10 @@ <xsd:element name="Ase" type="AirspaceType"/> <xsd:element name="Din" type="NavaidDistanceIndicationType"/> <xsd:element name="Dli" type="DmeUsageLimitationType"/> <xsd:element name="Dme" type="DmeType"/> <xsd:element name="Dpn" type="DesignatedPointType"/> - <xsd:element name="Fao" type="FatoOldType"> - <xsd:annotation> - <xsd:appinfo>DEPRECATED-4.5</xsd:appinfo> - <xsd:documentation>[Deprecated]</xsd:documentation> - </xsd:annotation> - </xsd:element> <xsd:element name="Fto" type="FatoType"/> <xsd:element name="Fcp" type="FatoCentreLinePositionType"/> <xsd:element name="Fda" type="FatoDirectionApproachLightingType"/> <xsd:element name="Fdd" type="FatoDirectionDeclaredDistanceType"/> <xsd:element name="Fdn" type="FatoDirectionType"/> @@ -155,40 +149,10 @@ <xsd:element name="Uas" type="UnitContactAddressType"/> <xsd:element name="Uni" type="UnitType"/> <xsd:element name="Vli" type="VorUsageLimitationType"/> <xsd:element name="Vor" type="VorType"/> <xsd:element name="Lbm" type="LabelMarkerType"/> - <xsd:element name="Aac" type="AirspaceAssocType"> - <xsd:annotation> - <xsd:appinfo>DEPRECATED-4.0</xsd:appinfo> - <xsd:documentation>[Deprecated]</xsd:documentation> - </xsd:annotation> - </xsd:element> - <xsd:element name="Dln" type="DmeLimitationType"> - <xsd:annotation> - <xsd:appinfo>DEPRECATED-4.0</xsd:appinfo> - <xsd:documentation>[Deprecated]</xsd:documentation> - </xsd:annotation> - </xsd:element> - <xsd:element name="Nln" type="NdbLimitationType"> - <xsd:annotation> - <xsd:appinfo>DEPRECATED-4.0</xsd:appinfo> - <xsd:documentation>[Deprecated]</xsd:documentation> - </xsd:annotation> - </xsd:element> - <xsd:element name="Tln" type="TacanLimitationType"> - <xsd:annotation> - <xsd:appinfo>DEPRECATED-4.0</xsd:appinfo> - <xsd:documentation>[Deprecated]</xsd:documentation> - </xsd:annotation> - </xsd:element> - <xsd:element name="Vln" type="VorLimitationType"> - <xsd:annotation> - <xsd:appinfo>DEPRECATED-4.0</xsd:appinfo> - <xsd:documentation>[Deprecated]</xsd:documentation> - </xsd:annotation> - </xsd:element> </xsd:choice> <xsd:attribute name="version" type="xsd:string" use="required"> <xsd:annotation> <xsd:documentation>The version of the OFMX-Snapshot.xsd schema to which the message conforms</xsd:documentation> </xsd:annotation> @@ -206,20 +170,20 @@ <xsd:attribute name="regions" type="listRegions"> <xsd:annotation> <xsd:documentation>Regions used throughout this document</xsd:documentation> </xsd:annotation> </xsd:attribute> - <xsd:attribute name="created" type="xsd:dateTime" use="required"> + <xsd:attribute name="created" type="dateTimeZulu" use="required"> <xsd:annotation> <xsd:documentation>The date and time when the message was created</xsd:documentation> </xsd:annotation> </xsd:attribute> - <xsd:attribute name="effective" type="xsd:dateTime" use="required"> + <xsd:attribute name="effective" type="dateTimeZulu" use="required"> <xsd:annotation> <xsd:documentation>The beginning date and time used as criteria to select valid versions included in the message</xsd:documentation> </xsd:annotation> </xsd:attribute> - <xsd:attribute name="expiration" type="xsd:dateTime"> + <xsd:attribute name="expiration" type="dateTimeZulu"> <xsd:annotation> <xsd:documentation>The optional end date and time used as criteria to select valid versions included in the message</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType>