pub type RawQName = (Option<NcName>, NcName);
Pair of an optional namespace prefix and a localpart, commonly used in element and attribute names.