Skip to content

Commit

Permalink
Added runOutRatio
Browse files Browse the repository at this point in the history
Added runOutRatio to wingStringerType. Changed numberOfStringers to be required for explicit stringers.
  • Loading branch information
sdeinert committed Mar 14, 2024
1 parent b3587ae commit 8368ff0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -38869,9 +38869,9 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
defined. Any combination of two of the three is valid
</xsd:documentation>
</xsd:annotation>
<xsd:element name="numberOfStringers" minOccurs="0" type="integerBaseType">
<xsd:element name="numberOfStringers" type="integerBaseType">
<xsd:annotation>
<xsd:documentation>The number of stringers; default is 0
<xsd:documentation>The number of stringers
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Expand Down Expand Up @@ -38921,6 +38921,17 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:element>
</xsd:sequence>
</xsd:choice>
<xsd:element minOccurs="0" name="runOutRatio" type="doubleBaseType">
<xsd:annotation>
<xsd:documentation>Optional ratio of pitch which activates stringer run-outs.
If a stringer crosses a wing rib before it runs out at the front or rear border of its parent
and if the distance of the stringer/rib crossing to the front or rear border is less than
runOutRatio * pitch, the stringer will be discontinued at the rib crossing point.
If not defined, stringer run-outs will not be modified.
NOTE: Only affects stringer definitions that use an angle value. Start-/end-xsi definition is not affected.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
Expand Down

0 comments on commit 8368ff0

Please sign in to comment.