diff --git a/Applications/FileIO/XmlIO/OpenGeoSysProject.xsd b/Applications/FileIO/XmlIO/OpenGeoSysProject.xsd index 131eaa850a965c5a757bc95a14e1d2d011b97ab6..ac0de797669e20f90c15ec11c9040fe1694564b2 100644 --- a/Applications/FileIO/XmlIO/OpenGeoSysProject.xsd +++ b/Applications/FileIO/XmlIO/OpenGeoSysProject.xsd @@ -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">