* @param localName The local part of the QName
* @param typeLabel A type derived from xs:NOTATION to be used for the new value
*/
public NotationValue(String prefix, String uri, String localName, AtomicType typeLabel) {
qName = new StructuredQName(prefix, uri, localName);
this.typeLabel = typeLabel;
}