Skip to content

Commit 5f8b837

Browse files
authored
Fixing type sorting
1 parent b336ba3 commit 5f8b837

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

schema/cpacs_schema.xsd

+16-16
Original file line numberDiff line numberDiff line change
@@ -20570,6 +20570,22 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
2057020570
</xsd:complexContent>
2057120571
</xsd:complexType>
2057220572

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+
2057320589
<xsd:complexType name="logEntryType">
2057420590
<xsd:annotation>
2057520591
<xsd:appinfo>
@@ -34309,22 +34325,6 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
3430934325
</xsd:restriction>
3431034326
</xsd:simpleType>
3431134327

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-
3432834328
<xsd:complexType name="systemArchitecturesType">
3432934329
<xsd:annotation>
3433034330
<xsd:appinfo>

0 commit comments

Comments
 (0)