Commit e8cd1db97b4c0e16deedba9efc3f94dd6adb73ed
1 parent
078ec265
Exists in
master
and in
100 other branches
Remove obsolet circlePlot element in XML schema
Showing
1 changed file
with
1 additions
and
15 deletions
Show diff stats
config/DataBaseParameters/xsd/request/plot.xsd
... | ... | @@ -232,14 +232,7 @@ |
232 | 232 | </xs:documentation> |
233 | 233 | </xs:annotation> |
234 | 234 | </xs:element> |
235 | - <xs:element name="circlePlot" type="CirclePlotPropertiesType" minOccurs="0" maxOccurs="unbounded"> | |
236 | - <xs:annotation> | |
237 | - <xs:documentation> | |
238 | - define drawing properties for a circle | |
239 | - </xs:documentation> | |
240 | - </xs:annotation> | |
241 | - </xs:element> | |
242 | - <xs:element name="curvePlot" type="CurvePlotPropertiesType" minOccurs="0" maxOccurs="unbounded"> | |
235 | + <xs:element name="curvePlot" type="CurvePlotPropertiesType" minOccurs="0" maxOccurs="unbounded"> | |
243 | 236 | <xs:annotation> |
244 | 237 | <xs:documentation> |
245 | 238 | define drawing properties for a curve |
... | ... | @@ -917,13 +910,6 @@ Note : This attribute may be unecessary since kind of line may be deduce from Pl |
917 | 910 | </xs:attribute> |
918 | 911 | </xs:complexType> |
919 | 912 | |
920 | - <xs:complexType name="CirclePlotPropertiesType"> | |
921 | - <xs:attribute name="x" type="xs:string"/> | |
922 | - <xs:attribute name="y" type="xs:string"/> | |
923 | - <xs:attribute name="radius" type="xs:string"/> | |
924 | - <xs:attributeGroup ref="CurveGroup"/> | |
925 | - </xs:complexType> | |
926 | - | |
927 | 913 | <xs:complexType name="CurvePlotPropertiesType"> |
928 | 914 | <xs:sequence> |
929 | 915 | <xs:element name="function" minOccurs="0" maxOccurs="1"> | ... | ... |