Schema Documentation - DIAGRAM Description Profile
version 1.0

The document element

On this page:

The document element is the root element of all Z39.98-AI Profiles.

The document element must include an xmlns attribute declaring the Z39.98-AI Core namespace and an xml:lang attribute specifying the language of the document.

Usage Example

<document xmlns="http://www.daisy.org/ns/z3998/authoring/" xml:lang="en">
    <head>
        …
    </head>
    <body>
        …
    </body>
</document>

Allowed parents

This is the root element

Allowed children

This element must not contain text.

This element must contain the following children: body and head

Content model

Namespace

http://www.daisy.org/ns/z3998/authoring/