DTD public identifiers
Each document-type shell (
.dtd
file) or module component
(.mod
or .ent
file) has a public identifier. The
public identifier can reference either the latest version or a specific version of
the
document-type shell or module component.
The public identifiers for the DTD files that are maintained by OASIS use the following format:
"-//OASIS//DTD DITA version information-type//EN"
where:
- version either is the DITA version number (for example, 1.0, 1.1, 1.2, or 1.3) or is omitted entirely.
- information-type is the name of the topic or map type in camel case, for example, Concept or BookMap.
Note that "OASIS" is the owner identifier; this indicates that the artifacts are owned by OASIS. The keyword "DITA" is a convention that indicates that the artifact is DITA-related.