XML Naming Rules
XML命名规则

XML elements must follow these naming rules:
XML元素命名必须遵循如下规则:
  • Names can contain letters, numbers, and other characters
  • Names must not start with a number or punctuation character
  • Names must not start with the letters xml (or XML, or Xml, etc)
  • Names cannot contain spaces
  • 可以使用包括字母、数字和其他字符;
  • 不能以数字或者标点符号开头;
  • 不能以字串“xml”,或者“XML”、“Xml”之类开头;
  • 不能包含空格。
Any name can be used, no words are reserved.
由于XML没有任何保留字,因此任何名称都可以使用。