<question>

Description

A question entry in a developer comment.

See developer comments for more information.

Attributes

In addition to the following attributes, standard attributes may be defined on <question> elements.

Element name Description
creator The name/initials of the creator of the question.

Immediate descendants

<question> elements may contain text.

No element descendants are defined for the <question> element.

Immediate ancestors

Element name Relation
<comment> The enclosing comment of the question.

Example

<document xmlns="http://boradoc.org/1.0">
  <chapter>
    <comment creator="Bob" state="open" title="The meeting">
      <question creator="Bob">What should be the approach be?</question>
      <remark creator="Mike">Set up a meeting to discuss.</remark>
    </comment>
  </chapter>
</document>

The above BDML renders to the following:

Bob The meeting

BobWhat should be the approach be?
MikeSet up a meeting to discuss.