File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -20570,6 +20570,22 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
20570
20570
</xsd:complexContent>
20571
20571
</xsd:complexType>
20572
20572
20573
+ <xsd:simpleType name="loftContinuityType">
20574
+ <xsd:annotation>
20575
+ <xsd:appinfo>
20576
+ <sd:schemaDoc>
20577
+ <ddue:summary>
20578
+ <ddue:para>Set continuity for lofting of this component (default for fuselages/ducts: C2, for wings: C0)</ddue:para>
20579
+ </ddue:summary>
20580
+ </sd:schemaDoc>
20581
+ </xsd:appinfo>
20582
+ </xsd:annotation>
20583
+ <xsd:restriction base="xsd:string">
20584
+ <xsd:enumeration value="C0"/>
20585
+ <xsd:enumeration value="C2"/>
20586
+ </xsd:restriction>
20587
+ </xsd:simpleType>
20588
+
20573
20589
<xsd:complexType name="logEntryType">
20574
20590
<xsd:annotation>
20575
20591
<xsd:appinfo>
@@ -34309,22 +34325,6 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
34309
34325
</xsd:restriction>
34310
34326
</xsd:simpleType>
34311
34327
34312
- <xsd:simpleType name="loftContinuityType">
34313
- <xsd:annotation>
34314
- <xsd:appinfo>
34315
- <sd:schemaDoc>
34316
- <ddue:summary>
34317
- <ddue:para>Set continuity for lofting of this component (default for fuselages/ducts: C2, for wings: C0)</ddue:para>
34318
- </ddue:summary>
34319
- </sd:schemaDoc>
34320
- </xsd:appinfo>
34321
- </xsd:annotation>
34322
- <xsd:restriction base="xsd:string">
34323
- <xsd:enumeration value="C0"/>
34324
- <xsd:enumeration value="C2"/>
34325
- </xsd:restriction>
34326
- </xsd:simpleType>
34327
-
34328
34328
<xsd:complexType name="systemArchitecturesType">
34329
34329
<xsd:annotation>
34330
34330
<xsd:appinfo>
You can’t perform that action at this time.
0 commit comments