Skip to content

Commit

Permalink
rename unmodeledComponent to generic
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Oct 23, 2023
1 parent 1670674 commit bad9711
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -17998,6 +17998,22 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:complexContent>
</xsd:complexType>

<xsd:simpleType name="genericType">
<xsd:annotation>
<xsd:appinfo>
<sd:schemaDoc>
<ddue:summary>
<ddue:para>External system (ambient | passengers)</ddue:para>
</ddue:summary>
</sd:schemaDoc>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="ambient"/>
<xsd:enumeration value="passengers"/>
</xsd:restriction>
</xsd:simpleType>

<xsd:complexType name="geographicPointConstraintType">
<xsd:annotation>
<xsd:appinfo>
Expand Down Expand Up @@ -33361,7 +33377,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="unmodeledComponent" type="unmodeledComponentType"/>
<xsd:element name="generic" type="genericType"/>
<xsd:element name="ataChapter" type="ataChapterListType">
<xsd:annotation>
<xsd:documentation>
Expand Down Expand Up @@ -37170,22 +37186,6 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:restriction>
</xsd:simpleType>

<xsd:simpleType name="unmodeledComponentType">
<xsd:annotation>
<xsd:appinfo>
<sd:schemaDoc>
<ddue:summary>
<ddue:para>ambient | passengers</ddue:para>
</ddue:summary>
</sd:schemaDoc>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="ambient"/>
<xsd:enumeration value="passengers"/>
</xsd:restriction>
</xsd:simpleType>

<xsd:complexType name="upperLinksType">
<xsd:annotation>
<xsd:appinfo>
Expand Down

0 comments on commit bad9711

Please sign in to comment.