-
Type: Improvement
-
Status: Applied
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: ODF 1.2 Part 1 CD 4
-
Fix Version/s: ODF 1.2 Part 1 CD 5
-
Component/s: Forms, Schema and Datatypes
-
Labels:None
-
Proposal:
-
Resolution:
It reads:
"The form:max-value attribute is usable with the following elements: <form:date> 13.5.8, <form:formatted-text> 13.5.6, <form:number> 13.5.7, <form:time> 13.5.9 and <form:value-range> 13.5.24.
The form:max-value attribute has the data type string 18.2."
A) What is the format for <form:date form:max-value="..."> (ISO date ? localized string ? I assume not)
B) What is the format for <form:time form:max-value="..."> (is it stored localized ? am/pm ? I assume not)
Same with 19.292 form:min-value
19.318 form:value provides some guidance (for instance: form:number uses a double, so I assume the same goes for min-value and max-value), but still says "<form:date> - date, <form:time> - time" which isn't very clear