Change link description to use choice instead of all.#97
Change link description to use choice instead of all.#97dljsjr wants to merge 1 commit intoros:masterfrom
Conversation
Unbounded elements in all are fine in XSD 1.1 but not valid in XSD 1.0. There aren't a ton of technologies out in the wild that leverage XSD 1.1 (e.g. code generators). This definition should be acceptable for validation of XML documents but I'm not convinced it's a nice way to do things re: code generation, as the code generated by XJC for example contains a single List field containing the inertial and the collisions/visuals.
|
@clalancette @sloretz do you know if ROS uses this schema file? I'd like to test and merge this |
|
@scpeters I looked around and didn't find anything using this schema file. Interestingly there are a couple examples of people writing their own schema.
One uses |
|
The most up-to-date |
See #95
Unbounded elements in all are fine in XSD 1.1 but not valid in XSD 1.0.
There aren't a ton of technologies out in the wild that leverage XSD 1.1
(e.g. code generators). This definition should be acceptable for
validation of XML documents but I'm not convinced it's a nice way to do
things re: code generation, as the code generated by XJC for example
contains a single List field containing the inertial and the
collisions/visuals.