DTD notations
Overview
Notations associate a binary description with an entity or attribute. For example, a clothing catalogue that associates items with images...
<!NOTATION myshirt SYSTEM "puffy_shirt.gif">...which defines a notation for a GIF image.
To create a notation, follow these steps
- Open the DTD in the DTD editor.
- In the Outline view, right-click the DTD
and select Add Notation .
- In the Design view, type the name of the notation in the Name field.
- In the System ID field, type any information to be passed along to the application dealing with the binary data. For example, a URL.
- (Optional) In the Public ID field, type any information you want to supply to the user or application. For example, a description of what the notation refers to.
Parent topic
Editing DTDs
Related tasks
entities, notations and comments. You can also delete any of these after you have created them.">Deleting elements, attributes, entities, notations, and comments