-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revise the last AIXM WX_Profile file
- Loading branch information
Showing
1 changed file
with
60 additions
and
60 deletions.
There are no files selected for viewing
120 changes: 60 additions & 60 deletions
120
externalSchema/aero/aixm/5.1.1_profiles/AIXM_WX/5.1.1b/message/AIXM_BasicMessage.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!--====================================================================--> | ||
<!--AIXM 5.1.1 (weather profile v5.1.1b)--> | ||
<!--This AIXM profile is developed for the weather domain, and --> | ||
<!--includes only select portions of AIXM 5.1.1 needed to represent: --> | ||
<!-- AirportHeliport, Airspace, AirspaceVolume, Runway, RunwayDirection, and Unit --> | ||
<!--www.aixm.aero--> | ||
<!--Originally Released: November 2018--> | ||
<!--Weather Profile Released: 2019--> | ||
<!--====================================================================--> | ||
<!-- | ||
Copyright (c) 2018, EUROCONTROL & FAA | ||
===================================== | ||
All rights reserved. | ||
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 names of EUROCONTROL or FAA nor the names of their contributors may be used to endorse or promote products derived from this specification without specific prior written permission. | ||
THIS SPECIFICATION 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 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
========================================== | ||
Editorial note: this license is an instance of the BSD license template as | ||
provided by the Open Source Initiative: | ||
http://www.opensource.org/licenses/bsd-license.php | ||
--> | ||
<!-- Component: AIXM: Basic Message --> | ||
<schema xmlns:message="http://www.aixm.aero/schema/5.1.1/message" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:aixm="http://www.aixm.aero/schema/5.1.1" targetNamespace="http://www.aixm.aero/schema/5.1.1/message" elementFormDefault="qualified" attributeFormDefault="unqualified" version="5.1.1"> | ||
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/> | ||
<import namespace="http://www.aixm.aero/schema/5.1.1" schemaLocation="../AIXM_Features.xsd"/> | ||
<annotation> | ||
<appinfo>Basic Message.xsd</appinfo> | ||
<documentation>The definition of a simple data product, that contains just a collection of AIXM features.</documentation> | ||
</annotation> | ||
<group name="AIXMBasicMessagePropertyGroup"> | ||
<sequence> | ||
<element name="hasMember" type="message:BasicMessageMemberAIXMPropertyType" maxOccurs="unbounded"/> | ||
</sequence> | ||
</group> | ||
<complexType name="AIXMBasicMessageType"> | ||
<complexContent> | ||
<extension base="aixm:AbstractAIXMMessageType"> | ||
<sequence> | ||
<group ref="message:AIXMBasicMessagePropertyGroup"/> | ||
</sequence> | ||
</extension> | ||
</complexContent> | ||
</complexType> | ||
<element name="AIXMBasicMessage" type="message:AIXMBasicMessageType" substitutionGroup="gml:AbstractFeature"/> | ||
<complexType name="BasicMessageMemberAIXMPropertyType"> | ||
<complexContent> | ||
<extension base="gml:AbstractFeatureMemberType"> | ||
<choice> | ||
<element ref="aixm:AbstractAIXMFeature"/> | ||
</choice> | ||
<attributeGroup ref="gml:AssociationAttributeGroup"/> | ||
</extension> | ||
</complexContent> | ||
</complexType> | ||
</schema> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!--====================================================================--> | ||
<!--AIXM 5.1.1 (weather profile v5.1.1b)--> | ||
<!--This AIXM profile is developed for the weather domain, and --> | ||
<!--includes only select portions of AIXM 5.1.1 needed to represent: --> | ||
<!-- AirportHeliport, Airspace, AirspaceVolume, Runway, RunwayDirection, and Unit --> | ||
<!--www.aixm.aero--> | ||
<!--Originally Released: November 2018--> | ||
<!--Weather Profile Released: 2019--> | ||
<!--====================================================================--> | ||
<!-- | ||
Copyright (c) 2018, EUROCONTROL & FAA | ||
===================================== | ||
All rights reserved. | ||
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 names of EUROCONTROL or FAA nor the names of their contributors may be used to endorse or promote products derived from this specification without specific prior written permission. | ||
THIS SPECIFICATION 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 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
========================================== | ||
Editorial note: this license is an instance of the BSD license template as | ||
provided by the Open Source Initiative: | ||
http://www.opensource.org/licenses/bsd-license.php | ||
--> | ||
<!-- Component: AIXM: Basic Message --> | ||
<schema xmlns:message="http://www.aixm.aero/schema/5.1.1/message" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:aixm="http://www.aixm.aero/schema/5.1.1" targetNamespace="http://www.aixm.aero/schema/5.1.1/message" elementFormDefault="qualified" attributeFormDefault="unqualified" version="5.1.1"> | ||
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/> | ||
<import namespace="http://www.aixm.aero/schema/5.1.1" schemaLocation="../AIXM_Features.xsd"/> | ||
<annotation> | ||
<appinfo>Basic Message.xsd</appinfo> | ||
<documentation>The definition of a simple data product, that contains just a collection of AIXM features.</documentation> | ||
</annotation> | ||
<group name="AIXMBasicMessagePropertyGroup"> | ||
<sequence> | ||
<element name="hasMember" type="message:BasicMessageMemberAIXMPropertyType" maxOccurs="unbounded"/> | ||
</sequence> | ||
</group> | ||
<complexType name="AIXMBasicMessageType"> | ||
<complexContent> | ||
<extension base="aixm:AbstractAIXMMessageType"> | ||
<sequence> | ||
<group ref="message:AIXMBasicMessagePropertyGroup"/> | ||
</sequence> | ||
</extension> | ||
</complexContent> | ||
</complexType> | ||
<element name="AIXMBasicMessage" type="message:AIXMBasicMessageType" substitutionGroup="gml:AbstractFeature"/> | ||
<complexType name="BasicMessageMemberAIXMPropertyType"> | ||
<complexContent> | ||
<extension base="gml:AbstractFeatureMemberType"> | ||
<choice> | ||
<element ref="aixm:AbstractAIXMFeature"/> | ||
</choice> | ||
<attributeGroup ref="gml:AssociationAttributeGroup"/> | ||
</extension> | ||
</complexContent> | ||
</complexType> | ||
</schema> |