You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/cpacs_schema.xsd
+87-2Lines changed: 87 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4721,7 +4721,7 @@ cpacs@dlr.de
4721
4721
<xsd:annotation>
4722
4722
<xsd:documentation>Defines the number of control points that should be used for approximating the given points with a B-spline curve. The minimal value is 3.</xsd:documentation>
4723
4723
</xsd:annotation>
4724
-
<xsd:complexType>
4724
+
<xsd:complexType>
4725
4725
<xsd:simpleContent>
4726
4726
<xsd:restriction base="integerBaseType">
4727
4727
<xsd:minExclusive value="3"/>
@@ -4735,7 +4735,7 @@ cpacs@dlr.de
4735
4735
The number of control points is increased automatically until the approximation error lies below the given maximum approximation error.
4736
4736
</xsd:documentation>
4737
4737
</xsd:annotation>
4738
-
<xsd:complexType>
4738
+
<xsd:complexType>
4739
4739
<xsd:simpleContent>
4740
4740
<xsd:restriction base="doubleBaseType">
4741
4741
<xsd:minExclusive value="0"/>
@@ -26048,6 +26048,90 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
26048
26048
</xsd:complexContent>
26049
26049
</xsd:complexType>
26050
26050
26051
+
<xsd:complexType name="nacaProfileType">
26052
+
<xsd:annotation>
26053
+
<xsd:appinfo>
26054
+
<sd:schemaDoc>
26055
+
<ddue:summary>
26056
+
<ddue:para>NACA airfoil definition</ddue:para>
26057
+
</ddue:summary>
26058
+
<ddue:remarks>
26059
+
<ddue:content>
26060
+
<ddue:para>Parametric definition of a NACA airfoil (4-digit or 5-digit series).</ddue:para>
26061
+
</ddue:content>
26062
+
</ddue:remarks>
26063
+
</sd:schemaDoc>
26064
+
</xsd:appinfo>
26065
+
</xsd:annotation>
26066
+
<xsd:complexContent>
26067
+
<xsd:extension base="complexBaseType">
26068
+
<xsd:sequence>
26069
+
<xsd:choice>
26070
+
<xsd:element name="naca4DigitCode">
26071
+
<xsd:annotation>
26072
+
<xsd:appinfo>
26073
+
<sd:schemaDoc>
26074
+
<ddue:summary>
26075
+
<ddue:para>NACA 4-digit airfoil code</ddue:para>
26076
+
</ddue:summary>
26077
+
<ddue:remarks>
26078
+
<ddue:para>Four digits defining a NACA 4-digit airfoil, e.g. <ddue:emphasis>2412</ddue:emphasis> or <ddue:emphasis>0012</ddue:emphasis>.</ddue:para>
26079
+
</ddue:remarks>
26080
+
</sd:schemaDoc>
26081
+
</xsd:appinfo>
26082
+
</xsd:annotation>
26083
+
<xsd:simpleType>
26084
+
<xsd:restriction base="xsd:token">
26085
+
<xsd:length value="4"/>
26086
+
<xsd:pattern value="[0-9]+"/>
26087
+
</xsd:restriction>
26088
+
</xsd:simpleType>
26089
+
</xsd:element>
26090
+
<xsd:element name="naca5DigitCode">
26091
+
<xsd:annotation>
26092
+
<xsd:appinfo>
26093
+
<sd:schemaDoc>
26094
+
<ddue:summary>
26095
+
<ddue:para>NACA 5-digit airfoil code</ddue:para>
26096
+
</ddue:summary>
26097
+
<ddue:remarks>
26098
+
<ddue:para>Five digits defining a NACA 5-digit airfoil, e.g. <ddue:emphasis>23012</ddue:emphasis>.</ddue:para>
<ddue:para>Trailing edge thickness normalized with respect to chord length. Must be greater than or equal to 0. A value of 0 corresponds to a closed trailing edge.</ddue:para>
26120
+
</ddue:remarks>
26121
+
</sd:schemaDoc>
26122
+
</xsd:appinfo>
26123
+
</xsd:annotation>
26124
+
<xsd:simpleType>
26125
+
<xsd:restriction base="xsd:double">
26126
+
<xsd:minInclusive value="0"/>
26127
+
</xsd:restriction>
26128
+
</xsd:simpleType>
26129
+
</xsd:element>
26130
+
</xsd:sequence>
26131
+
</xsd:extension>
26132
+
</xsd:complexContent>
26133
+
</xsd:complexType>
26134
+
26051
26135
<xsd:complexType name="nacelleCenterCowlType">
26052
26136
<xsd:annotation>
26053
26137
<xsd:appinfo>
@@ -29177,6 +29261,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
0 commit comments