How do I schema validate GML 3.3.0? What is the root element?

Viewed 9

I have to post data to a webservice, and the specifications tell me that it must be valid GML 3.3.0, so I am trying implement validation for GML 3.3.0.

When considering GML 3.2.1, the root element is http://schemas.opengis.net/gml/3.2.1/gml.xsd and I can simply do:

$ xmllint --schema http://schemas.opengis.net/gml/3.3.0/gml.xsd

However, consider the content of these two folders:

The files are entirely different, and I don't see what the root element for 3.3.0 is.

How do I validate for 3.3.0?

0 Answers
Related