Skip to content

Commit

Permalink
fix hull/hull nomenclature; make transformation node obligatory
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Dec 4, 2023
1 parent a4fe3e6 commit 144f710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -18901,7 +18901,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
<xsd:complexContent>
<xsd:extension base="complexBaseType">
<xsd:sequence>
<xsd:element name="hulls" maxOccurs="unbounded" type="hullType"/>
<xsd:element name="hull" maxOccurs="unbounded" type="hullType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
Expand Down Expand Up @@ -18932,7 +18932,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="transformation" minOccurs="0" type="transformationType"/>
<xsd:element name="transformation" type="transformationType"/>
<xsd:element name="sections" type="fuselageSectionsType"/>
<xsd:element name="segments" type="fuselageSegmentsType"/>
<xsd:element name="structure" minOccurs="0" type="hullStructureType"/>
Expand Down

0 comments on commit 144f710

Please sign in to comment.