Skip to content

Commit

Permalink
fix type-name for integral fuel tank
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Dec 3, 2023
1 parent 75e0e5b commit c2825b7
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -19125,7 +19125,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="integralFuelTank" maxOccurs="unbounded" type="liquidFuelTankType">
<xsd:element name="integralFuelTank" maxOccurs="unbounded" type="integralFuelTankType">
<xsd:annotation>
<xsd:documentation>The integral fuel tank geometry is defined by a link to a fuselage geometry compartment.
The fuel tank volume type should also be used for the wing fuel tank</xsd:documentation>
Expand All @@ -19136,6 +19136,52 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:complexContent>
</xsd:complexType>

<xsd:complexType name="integralFuelTankType">
<xsd:annotation>
<xsd:appinfo>
<sd:schemaDoc>
<ddue:summary>
<ddue:para>Definition of one fuel tank integrated in a fuselage compartment.</ddue:para>
</ddue:summary>
<ddue:remarks>
<ddue:para>The definition of fuselage tanks is still preliminary.
Currently, there is no link to any structural elements
</ddue:para>
</ddue:remarks>
</sd:schemaDoc>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="complexBaseType">
<xsd:all>
<xsd:element name="name" minOccurs="0" type="stringBaseType">
<xsd:annotation>
<xsd:documentation>Name of the fuselage fuel tank.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="description" minOccurs="0" type="stringBaseType">
<xsd:annotation>
<xsd:documentation>Description of the fuselage fuel tank.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="compartmentUID" type="stringUIDBaseType">
<xsd:annotation>
<xsd:documentation>Link to the tank geometry defined by a compartment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="volume" minOccurs="0" type="fuelTankVolumeType">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

<xsd:complexType name="interConnectionStrutAttachmentType">
<xsd:annotation>
<xsd:appinfo>
Expand Down Expand Up @@ -20623,52 +20669,6 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:simpleContent>
</xsd:complexType>

<xsd:complexType name="liquidFuelTankType">
<xsd:annotation>
<xsd:appinfo>
<sd:schemaDoc>
<ddue:summary>
<ddue:para>Definition of one fuel tank integrated in a fuselage compartment.</ddue:para>
</ddue:summary>
<ddue:remarks>
<ddue:para>The definition of fuselage tanks is still preliminary.
Currently, there is no link to any structural elements
</ddue:para>
</ddue:remarks>
</sd:schemaDoc>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="complexBaseType">
<xsd:all>
<xsd:element name="name" minOccurs="0" type="stringBaseType">
<xsd:annotation>
<xsd:documentation>Name of the fuselage fuel tank.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="description" minOccurs="0" type="stringBaseType">
<xsd:annotation>
<xsd:documentation>Description of the fuselage fuel tank.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="compartmentUID" type="stringUIDBaseType">
<xsd:annotation>
<xsd:documentation>Link to the tank geometry defined by a compartment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="volume" minOccurs="0" type="fuelTankVolumeType">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

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

0 comments on commit c2825b7

Please sign in to comment.