What are the naming conventions required for XML elements tags?
The following are the naming conventions that need to be followed for XML elements tags:
Element names should have only characters, numbers, hyphens, and periods.
Element names cannot start with a number or punctuation character.
Element names must not begin with the word xml (or XML, or Xml).
Element names cannot have spaces.
Element names can be used any words except xml, XML, or Xml because no words are reserved in XML.