Files
blockly/tests/xml
Neil Fraser 829dcc207c Make type and variabletype attributes optional
If a variable doesn’t have a type, then don’t add these empty attributes in the XML.
2019-07-15 14:37:27 -07:00
..

This directory contains the schema for validating Blockly XML files:
* blockly.xsd

Also included are three sample XML files:
* workspace.xml - XML for a complicated workspace.
* toolbox.xml   - XML for a complicated toolbox with categories and separators.
* invalid.xml   - XML that violates the DTD.

Testing can be performed using an online tool:
https://www.corefiling.com/opensource/schemaValidate/
http://www.utilities-online.info/xsdvalidation/