<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Dec 14, 2011, at 4:33 PM, Paul Ramsey wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Anyone have the gml scheme handy? If it is legal then yes, otherwise we have to go with null.<font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></div></blockquote><div><br></div><div><div>cat point.xml </div><div><gml:Point xmlns:gml="<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>" /></div><div><br></div><div>xmllint --schema geometry.xsd  point.xml </div><div><?xml version="1.0"?></div><div><gml:Point xmlns:gml="<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>"/></div><div>point.xml:1: element Point: Schemas validity error : Element '{<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>}Point': Missing child element(s). Expected is one of ( {<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>}coord, {<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>}coordinates ).</div><div>point.xml fails to validate</div></div><div><br></div><div><br></div></div><div>So seems not legal </div><div>(checked both GML 2.1.2 and 3.1.1)</div><br><div>--</div><div>Olivier</div></body></html>