Skip to content

Commit

Permalink
add some aircraft typical connection types. More to come when getting…
Browse files Browse the repository at this point in the history
… experience from practiacal applications (closes #821)
  • Loading branch information
MarAlder committed Nov 13, 2023
1 parent eb79c6d commit 91e7b47
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -35361,10 +35361,11 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
<xsd:complexType>
<xsd:simpleContent>
<xsd:restriction base="stringBaseType">
<xsd:enumeration value="massFlow"/>
<xsd:enumeration value="heatFlow"/>
<xsd:enumeration value="electricPower"/>
<xsd:enumeration value="mechanicalPower"/>
<xsd:enumeration value="electric"/>
<xsd:enumeration value="pneumatic"/>
<xsd:enumeration value="hydraulic"/>
<xsd:enumeration value="mechanical"/>
<xsd:enumeration value="data"/>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
Expand Down

0 comments on commit 91e7b47

Please sign in to comment.