Commit 1e78e7a5bdbd9e66f30bc2d83a16e66f8e037228
1 parent
7b22c487
Exists in
master
and in
98 other branches
redmine 5518 ; sampling float
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/xsd/parameter/parameter.xsd
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | <xs:complexType> |
19 | 19 | <xs:sequence> |
20 | 20 | <xs:element name="info" type="infoType" minOccurs="0" maxOccurs="1"></xs:element> |
21 | - <xs:element name="time_resolution" type="xs:integer" | |
21 | + <xs:element name="time_resolution" type="xs:float" | |
22 | 22 | minOccurs="0" maxOccurs="1" /> |
23 | 23 | <xs:element name="gap_threshold" type="xs:integer" |
24 | 24 | minOccurs="0" maxOccurs="1" /> | ... | ... |