Commit 0d715237338bf97b643327f6e29b1315d50db5d7
1 parent
9c04c40e
Exists in
master
and in
109 other branches
wsdl : gzip : boolean
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
public/wsdl/Methods_AMDA.wsdl
... | ... | @@ -691,7 +691,7 @@ of a set of typically orthogonal axes. |
691 | 691 | <xs:element name="outputFormat" minOccurs="0" maxOccurs="1"> |
692 | 692 | <xs:annotation> |
693 | 693 | <xs:documentation> Choice is possible between the four formats: netCDF, CDF, |
694 | - ASCII and VOTable. If the format is not specified it will be ASCIIF | |
694 | + ASCII and VOTable. If the format is not specified it will be ASCII | |
695 | 695 | by default</xs:documentation> |
696 | 696 | </xs:annotation> |
697 | 697 | <xs:simpleType> |
... | ... | @@ -716,7 +716,7 @@ of a set of typically orthogonal axes. |
716 | 716 | </xs:restriction> |
717 | 717 | </xs:simpleType> |
718 | 718 | </xs:element> |
719 | - <xs:element name="gzip" minOccurs="0" maxOccurs="1" type="xs:integer"> | |
719 | + <xs:element name="gzip" minOccurs="0" maxOccurs="1" type="xs:boolean"> | |
720 | 720 | <xs:annotation> |
721 | 721 | <xs:documentation>1 to compress data with gzip (0 by |
722 | 722 | default)</xs:documentation> |
... | ... |