Skip to content

Commit b336ba3

Browse files
authored
Added attribute to duct as well
1 parent 6cb9ed3 commit b336ba3

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

schema/cpacs_schema.xsd

+3-12
Original file line numberDiff line numberDiff line change
@@ -12336,17 +12336,8 @@ [email protected]
1233612336
<xsd:element name="structure" minOccurs="0" type="ductStructureType"/>
1233712337
</xsd:all>
1233812338
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
12339-
<xsd:attribute name="symmetry">
12340-
<xsd:simpleType>
12341-
<xsd:restriction base="xsd:string">
12342-
<xsd:enumeration value="none"/>
12343-
<xsd:enumeration value="inherit"/>
12344-
<xsd:enumeration value="x-y-plane"/>
12345-
<xsd:enumeration value="x-z-plane"/>
12346-
<xsd:enumeration value="y-z-plane"/>
12347-
</xsd:restriction>
12348-
</xsd:simpleType>
12349-
</xsd:attribute>
12339+
<xsd:attribute name="symmetry" type="symmetryXyXzYzType"/>
12340+
<xsd:attribute name="loftContinuity" type="loftContinuityType"/>
1235012341
</xsd:extension>
1235112342
</xsd:complexContent>
1235212343
</xsd:complexType>
@@ -34323,7 +34314,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
3432334314
<xsd:appinfo>
3432434315
<sd:schemaDoc>
3432534316
<ddue:summary>
34326-
<ddue:para>Set continuity for lofting of this component (default for fuselages: C2, for wings: C0)</ddue:para>
34317+
<ddue:para>Set continuity for lofting of this component (default for fuselages/ducts: C2, for wings: C0)</ddue:para>
3432734318
</ddue:summary>
3432834319
</sd:schemaDoc>
3432934320
</xsd:appinfo>

0 commit comments

Comments
 (0)