#CrazyIdea: an #XmlSchema for representing #CBOR (Concise Binary Object Representation) data.

It sounds dumb but I feel like it would be useful for development and testing of software that consumes or produces CBOR.

As for why not JSON, two reasons:

- XML has comments
- CBOR has a typing system that has no JSON equivalent.

Of course, some custom "CTOR" (Concise Textual Object Representation) would probably be better but XML is already has great tooling.

However, I might attempt some sort of "CTOR" as a #TreeSitter learning exercise.

If it goes well, it might even become the "JSON with comments" we all dreamt of. (it won't)