Prefix
A prefix is a short character string that precedes an XML element or attribute. The prefix indicates the affiliation to a specific namespace. Prefixes are separated by colons and are used to avoid conflicts when naming elements from different namespaces and to enable clear assignments. An example of this is the prefix "xsl" in XSLT, as in "<xsl:value-of>".