Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section describes the syntax for the four types of defining statements available for authoring document type definitions (DTDs).
Definition | Description |
---|---|
Declares a list of XML attributes. These attributes are qualified by name, data type, implied default values, and the name of any elements that permit their use. |
|
Declares an XML element type name and its valid sub-elements ("children"). |
|
Declares special character references, text macros (much like a C/C++ |
|
Declares external non-XML content (for example, binary image data), and the external application that handles that content. |