Skip to content
Snippets Groups Projects
Unverified Commit 3ccd0473 authored by Lars Bilke's avatar Lars Bilke Committed by GitHub
Browse files

Fixed XSD schema duplicate type.

parent d9eed42b
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,11 @@
</xs:complexType>
<xs:complexType name="meshType">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="axially_symmetric" type="xs:boolean"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="axially_symmetric" type="xs:boolean"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="parameterType">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment