Commit 5547a3265a6f2aa1acdbb1f7db8e5a0aea863975
1 parent
c45180e1
Exists in
master
and in
100 other branches
Give the possibility to define a status plot or a tick plot without any parameter
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
config/DataBaseParameters/xsd/request/statusPlot.xsd
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | <xs:documentation>Parameter serie definition for status plot</xs:documentation> |
9 | 9 | </xs:annotation> |
10 | 10 | <xs:sequence> |
11 | - <xs:element name="param" minOccurs="1" maxOccurs="unbounded"> | |
11 | + <xs:element name="param" minOccurs="0" maxOccurs="unbounded"> | |
12 | 12 | <xs:complexType> |
13 | 13 | <xs:sequence> |
14 | 14 | <xs:element name="serie" maxOccurs="unbounded" minOccurs="0"> | ... | ... |
config/DataBaseParameters/xsd/request/tickPlot.xsd
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | <xs:documentation>Parameter serie definition for tick plot</xs:documentation> |
9 | 9 | </xs:annotation> |
10 | 10 | <xs:sequence> |
11 | - <xs:element name="param" minOccurs="1" maxOccurs="unbounded"> | |
11 | + <xs:element name="param" minOccurs="0" maxOccurs="unbounded"> | |
12 | 12 | <xs:complexType> |
13 | 13 | <xs:sequence> |
14 | 14 | <xs:element name="serie" maxOccurs="unbounded" minOccurs="0"> | ... | ... |