<subexercises>

The <subexercises> element groups exercises inside an <exercises> division into a labeled subsection. It is useful when a larger exercise set should be broken into themed parts.

Use <subexercises> to add local titles or introductions within a single exercise collection.

Syntax

Attributes

Attributes for <subexercises>
AttributeRequired?Values
component = "…"optionalstring
label = "…"optionalstring
xml:id = "…"optionalstring
xml:lang = "…"optionalstring

Children

The following may appear as children: <conclusion> <exercise> <exercisegroup> <idx> <introduction> <plaintitle> <shorttitle> <title>

Parents

This element may appear as an immediate child of the following elements: <exercises>

Examples