@@ -16454,14 +16454,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
16454
16454
</xsd:all>
16455
16455
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
16456
16456
<xsd:attribute name="symmetry" type="symmetryXyXzYzType"/>
16457
- <xsd:attribute name="loftContinuity">
16458
- <xsd:simpleType>
16459
- <xsd:restriction base="xsd:string">
16460
- <xsd:enumeration value="C0"/>
16461
- <xsd:enumeration value="C2"/>
16462
- </xsd:restriction>
16463
- </xsd:simpleType>
16464
- </xsd:attribute>
16457
+ <xsd:attribute name="loftContinuity" type="loftContinuityType"/>
16465
16458
</xsd:extension>
16466
16459
</xsd:complexContent>
16467
16460
</xsd:complexType>
@@ -34325,6 +34318,22 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
34325
34318
</xsd:restriction>
34326
34319
</xsd:simpleType>
34327
34320
34321
+ <xsd:simpleType name="loftContinuityType">
34322
+ <xsd:annotation>
34323
+ <xsd:appinfo>
34324
+ <sd:schemaDoc>
34325
+ <ddue:summary>
34326
+ <ddue:para>Set continuity for lofting of this component (default for fuselages: C2, for wings: C0)</ddue:para>
34327
+ </ddue:summary>
34328
+ </sd:schemaDoc>
34329
+ </xsd:appinfo>
34330
+ </xsd:annotation>
34331
+ <xsd:restriction base="xsd:string">
34332
+ <xsd:enumeration value="C0"/>
34333
+ <xsd:enumeration value="C2"/>
34334
+ </xsd:restriction>
34335
+ </xsd:simpleType>
34336
+
34328
34337
<xsd:complexType name="systemArchitecturesType">
34329
34338
<xsd:annotation>
34330
34339
<xsd:appinfo>
@@ -39136,14 +39145,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
39136
39145
</xsd:all>
39137
39146
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
39138
39147
<xsd:attribute name="symmetry" type="symmetryXyXzYzType"/>
39139
- <xsd:attribute name="loftContinuity">
39140
- <xsd:simpleType>
39141
- <xsd:restriction base="xsd:string">
39142
- <xsd:enumeration value="C0"/>
39143
- <xsd:enumeration value="C2"/>
39144
- </xsd:restriction>
39145
- </xsd:simpleType>
39146
- </xsd:attribute>
39148
+ <xsd:attribute name="loftContinuity" type="loftContinuityType"/>
39147
39149
</xsd:extension>
39148
39150
</xsd:complexContent>
39149
39151
</xsd:complexType>
0 commit comments