<notation-decl> ( name id -- notation-decl )
XML data types ยป XML data constructors

Prev:<doctype-decl> ( name external-id internal-subset -- doctype-decl )


Vocabulary
xml.data

Inputs
namea string
ida string


Outputs
notation-decla notation-decl


Word description
Creates a notation declaration object, of the class notation-decl.

See also
notation-decl

Definition