Skip to content
Permalink
Browse files
XML Schema has attribute elementFormDefault and not elementFromDefault
  • Loading branch information
rldhont committed Nov 18, 2012
1 parent a1a1fb7 commit df92f80
Showing 1 changed file with 1 addition and 1 deletion.
@@ -274,7 +274,7 @@ QDomDocument QgsWFSServer::describeFeatureType()
schemaElement.setAttribute( "xmlns:gml", GML_NAMESPACE );
schemaElement.setAttribute( "xmlns:qgs", QGS_NAMESPACE );
schemaElement.setAttribute( "targetNamespace", QGS_NAMESPACE );
schemaElement.setAttribute( "elementFromDefault", "qualified" );
schemaElement.setAttribute( "elementFormDefault", "qualified" );
schemaElement.setAttribute( "version", "1.0" );
doc.appendChild( schemaElement );

0 comments on commit df92f80

Please sign in to comment.