Skip to content

Commit

Permalink
fix typo at airportCompatability. Thanks @marcengelmann (closes #813)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Aug 4, 2023
1 parent 50879f2 commit abb1348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2465,7 +2465,7 @@ [email protected]
</xsd:annotation>
</xsd:element>
<xsd:element name="payload" minOccurs="0" type="payloadGlobalType"/>
<xsd:element name="airportCompatability" minOccurs="0" type="airportCompatabilityGlobalType">
<xsd:element name="airportCompatibility" minOccurs="0" type="airportCompatibilityGlobalType">
</xsd:element>
<xsd:element name="performanceTargets" minOccurs="0" type="performanceTargetsGlobalType"/>
<xsd:element name="flightEnvelopes" minOccurs="0" type="flightEnvelopesType"/>
Expand Down Expand Up @@ -2707,12 +2707,12 @@ [email protected]
</xsd:complexContent>
</xsd:complexType>

<xsd:complexType name="airportCompatabilityGlobalType">
<xsd:complexType name="airportCompatibilityGlobalType">
<xsd:annotation>
<xsd:appinfo>
<sd:schemaDoc>
<ddue:summary>
<ddue:para>airportCompatabilityGlobalType</ddue:para>
<ddue:para>Airport compatibility</ddue:para>
</ddue:summary>
<ddue:remarks>
<ddue:para/>
Expand Down

0 comments on commit abb1348

Please sign in to comment.