I am trying to define an ID for id attribute of one of the tags. The documentation and xsd schema mandates to confirm the id set with xs:id.
I tried "ID_123" that worked but when I tried "123", it did not. I googled on the options and some examples a lot but couldn't find anything besides the text written here.
Could some please provide some examples here and what characters are allowed? To my understanding, any alphanumeric characters should work but seems there should be a combination of alphabets (or the word ID?) and numbers.