Skip to content

Commit

Permalink
XML Schema has attribute elementFormDefault and not elementFromDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Nov 18, 2012
1 parent a1a1fb7 commit df92f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapserver/qgswfsserver.cpp
Expand Up @@ -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 );

Expand Down

0 comments on commit df92f80

Please sign in to comment.