Skip to content

Commit

Permalink
fix wrong type for fuelInTank (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Dec 1, 2023
1 parent b354138 commit 75d27df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -23732,7 +23732,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
<xsd:extension base="complexBaseType">
<xsd:sequence>
<xsd:element name="massDescription" type="genericMassType"/>
<xsd:element name="fuelInTank" minOccurs="0" maxOccurs="unbounded" type="genericMassType"/>
<xsd:element name="fuelInTank" minOccurs="0" maxOccurs="unbounded" type="singleGenericMassType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
Expand Down

0 comments on commit 75d27df

Please sign in to comment.