TIME attribute

Number questions with a TIME attribute ask for a time to be entered. The interactive clients can represent this with a time picker. The resulting time should be written in the XScheme xsd:time HH:MM:SS format.

QUESTION "Time question"

DATE

DFT 211632

ANSWER number_variable

<xsd:schema targetNamespace="http://example.info/types">
</xsd:schema>
<xforms:instance>
<response xmlns="">
<question0>21:16:32</question1>
</response>
</xforms:instance>
<xforms:bind nodeset="question0" id="question0" type="xsd:time" />
<itp:question>
<xforms:input ref="question0">
<xforms:label>Time question</xforms:label>
</xforms:input>
</itp:question>