Skip to content

Commit

Permalink
Use symmetryXyXzYzType for the symmetry attribute in ductType
Browse files Browse the repository at this point in the history
We noticed a minor inconsistency in the symmetry attribute of the ductType while updating TiGL to CPACS 3.4. 

The ductType was created by us on the basis of CPACS 3.2 (I think) and therefore it does not include the changes provided in #735, where the symmetry attributes where changed to the new complexType `symmetryXyXzYzType`.
  • Loading branch information
joergbrech authored Oct 16, 2024
1 parent 6805527 commit 58ba99d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -12336,17 +12336,7 @@ [email protected]
<xsd:element name="structure" minOccurs="0" type="ductStructureType"/>
</xsd:all>
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
<xsd:attribute name="symmetry">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="none"/>
<xsd:enumeration value="inherit"/>
<xsd:enumeration value="x-y-plane"/>
<xsd:enumeration value="x-z-plane"/>
<xsd:enumeration value="y-z-plane"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="symmetry" type="symmetryXyXzYzType"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Expand Down

0 comments on commit 58ba99d

Please sign in to comment.