Skip to content

Commit 6cb9ed3

Browse files
authored
Extracted loftContinuityType
Extracted loftContinuityType for reusability.
1 parent e9c0a06 commit 6cb9ed3

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

schema/cpacs_schema.xsd

+18-16
Original file line numberDiff line numberDiff line change
@@ -16454,14 +16454,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
1645416454
</xsd:all>
1645516455
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
1645616456
<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"/>
1646516458
</xsd:extension>
1646616459
</xsd:complexContent>
1646716460
</xsd:complexType>
@@ -34325,6 +34318,22 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
3432534318
</xsd:restriction>
3432634319
</xsd:simpleType>
3432734320

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+
3432834337
<xsd:complexType name="systemArchitecturesType">
3432934338
<xsd:annotation>
3433034339
<xsd:appinfo>
@@ -39136,14 +39145,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
3913639145
</xsd:all>
3913739146
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
3913839147
<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"/>
3914739149
</xsd:extension>
3914839150
</xsd:complexContent>
3914939151
</xsd:complexType>

0 commit comments

Comments
 (0)