PrefixedName

A prefixed name token (PrefixedName).

PrefixedName   ::= Prefix ":" LocalPart
Prefix         ::= NCName
LocalPart      ::= NCName

Note: This matches the PrefixedName variant of QName values.

See also