Interface XmlNOTATION

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlTokenSource
All Known Implementing Classes:
XmlNotationImpl, XmlNotationRestriction

public interface XmlNOTATION
extends XmlAnySimpleType
Corresponds to the XML Schema xs:NOTATION type.

NOTATIONs are a mechanism in XML Schema that is provided for partial backward compatibility with NOTATIONs in DTDs. XML Schema users should almost never have any reason to use this data type.

Convertible to String.