Skip to content

Commit 8e54824

Browse files
authored
Merge pull request #847 from DLR-SL/loftContinuity
Loft continuity attribute
2 parents 92139e6 + 67bfcc5 commit 8e54824

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

schema/cpacs_schema.xsd

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12337,6 +12337,7 @@ [email protected]
1233712337
</xsd:all>
1233812338
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
1233912339
<xsd:attribute name="symmetry" type="symmetryXyXzYzType"/>
12340+
<xsd:attribute name="loftContinuity" type="loftContinuityType"/>
1234012341
</xsd:extension>
1234112342
</xsd:complexContent>
1234212343
</xsd:complexType>
@@ -16444,6 +16445,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
1644416445
</xsd:all>
1644516446
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
1644616447
<xsd:attribute name="symmetry" type="symmetryXyXzYzType"/>
16448+
<xsd:attribute name="loftContinuity" type="loftContinuityType"/>
1644716449
</xsd:extension>
1644816450
</xsd:complexContent>
1644916451
</xsd:complexType>
@@ -20568,6 +20570,22 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
2056820570
</xsd:complexContent>
2056920571
</xsd:complexType>
2057020572

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+
2057120589
<xsd:complexType name="logEntryType">
2057220590
<xsd:annotation>
2057320591
<xsd:appinfo>
@@ -39118,6 +39136,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
3911839136
</xsd:all>
3911939137
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
3912039138
<xsd:attribute name="symmetry" type="symmetryXyXzYzType"/>
39139+
<xsd:attribute name="loftContinuity" type="loftContinuityType"/>
3912139140
</xsd:extension>
3912239141
</xsd:complexContent>
3912339142
</xsd:complexType>

0 commit comments

Comments
 (0)