A question entry in a developer comment.
See developer comments for more information.
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. |
<question> elements may contain text.
No element descendants are defined for the <question> element.
Element name | Relation |
---|---|
<comment> | The enclosing comment of the question. |
<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