
xml.schema.z3998-book-1.0-latest.schemadoc.subfiles.e-head02.html Maven / Gradle / Ivy
Schema Documentation: the head element
The head element
On this page:
The description
head
element contains meta information about the enclosing
description
element.
The meta information in the description
head
element should not be treated as document content, but may be used for display and other purposes when rendering descriptions.
Although all metadata is optional, descriptions should, at a minimum, include an identifier, the intended reader age and/or
school grade level. See the
DIAGRAM Descriptions Vocabulary for a set of predefined RDF properties. Properties from other RDF vocabularies can also be included, provided their prefix
is declared.
If age and grade-level metadata is omitted, the containing
description
should be assumed to be applicable to all readers.
Usage Example
<d:description xml:lang="en">
<d:head>
<meta property="dc:identifier" content="water-cycle" />
<meta property="diagram:targetAge" content="9-12" />
<meta property="diagram:targetGrade" content="4-7" />
</d:head>
<d:body>
<d:longdesc>
…
</d:longdesc>
</d:body>
</d:description>
Allowed parents
Allowed children
This element must not contain text.
This element must contain the following children: meta
Content model
optional attributes: @about,
@by,
@class,
@content,
@datatype,
@desc,
@its:dir,
@its:translate,
@property,
@rel,
@resource,
@rev,
@role,
@sel:selid,
@ssml:onlangfailure,
@typeof,
@xml:base,
@xml:id,
@xml:lang and
@xml:space
one or more of
meta
Namespace
http://www.daisy.org/ns/z3998/authoring/features/description/