Skip to content

Commit

Permalink
remove structural mounts from vessel
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Nov 29, 2024
1 parent 00f0ceb commit e76c7fc
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -33634,28 +33634,6 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:complexContent>
</xsd:complexType>

<xsd:complexType name="structuralMountsType">
<xsd:annotation>
<xsd:appinfo>
<sd:schemaDoc>
<ddue:summary>
<ddue:para>Structural mounts</ddue:para>
</ddue:summary>
<ddue:remarks>
<ddue:para/>
</ddue:remarks>
</sd:schemaDoc>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="complexBaseType">
<xsd:sequence>
<xsd:element name="structuralMount" maxOccurs="unbounded" type="structuralMountType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

<xsd:complexType name="structuralMountType">
<xsd:annotation>
<xsd:appinfo>
Expand Down Expand Up @@ -36544,7 +36522,6 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:sequence>
</xsd:choice>
<xsd:element name="structure" minOccurs="0" type="vesselStructureType"/>
<xsd:element name="structuralMounts" minOccurs="0" type="structuralMountsType"/>
<xsd:element name="cutOuts" minOccurs="0" type="fuselageCutOutsType"/>
<xsd:element name="volume" minOccurs="0" type="fuelTankVolumeType">
<xsd:annotation>
Expand Down

0 comments on commit e76c7fc

Please sign in to comment.