Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |