xsd.NOTATION¶
The xsd.NOTATION class represents the NOTATION attribute type from XML.
Base class: xsd.anyAtomicType -> xsd.anySimpleType
-
class
xsd.NOTATION¶
Attributes¶
-
xsd.NOTATION.local_part¶ Returns the local part of the QName of the
xsd.NOTATIONas native str.
-
xsd.NOTATION.namespace_name¶ Returns the namespace part of the QName of the
xsd.NOTATIONas native str.
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__