form:time
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:form:1.0
Schema document: form.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- form:properties [0..1]
- office:event-listeners [0..1]
from type text:common-form-control-content
Attributes
Used in
- Anonymous type of element form:form
Substitution hierarchy
- text:controls
- can be substituted with form:time
Sample instance
<form:time form:value="12:00:00" form:current-value="12:00:00" form:min-value="12:00:00" form:max-value="12:00:00" form:id="ID"> <form:properties> <form:property form:property-name="string" office:value-type="float"/> </form:properties> <office:event-listeners> <script:event-listener script:event-name="string" script:language="string" xlink:actuate="onRequest"/> </office:event-listeners> </form:time>