Hi,

is there a offical XML-Schema for the OSM-Protocol V0.5?
It's not very difficult to translate this but if somebody has done it already..

Abd I have a question regarding this line in the DTD:

<!ELEMENT way (tag*,nd,tag*,nd,(tag|nd)*)>

why tag*,nd,tag*,nd,(tag|nd)* ?

I think this means: zero to unlimited tag-elements, exaclty one
nd-element, zero to unlimited tag-elements, exaclty one nd-element,
zero to unlimited tag-or-nd-elements ?

wouldn't be <!ELEMENT way (tag*,nd+)> enough?

Regards,

Dominik

_______________________________________________
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Reply via email to