Commit 07c69cd9023215cd21426a452e276207afd0634a
1 parent
0d715237
Exists in
master
and in
109 other branches
gzip xs:boolean for getOrbites
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
public/wsdl/Methods_AMDA.wsdl
... | ... | @@ -862,7 +862,7 @@ of a set of typically orthogonal axes. |
862 | 862 | </xs:restriction> |
863 | 863 | </xs:simpleType> |
864 | 864 | </xs:element> |
865 | - <xs:element name="gzip" minOccurs="0" maxOccurs="1" type="xs:integer"> | |
865 | + <xs:element name="gzip" minOccurs="0" maxOccurs="1" type="xs:boolean"> | |
866 | 866 | <xs:annotation> |
867 | 867 | <xs:documentation>1 to compress data with gzip (0 by |
868 | 868 | default)</xs:documentation> |
... | ... |