Commit 837de8effa5a42dbf515648c41b0905012b852c4
1 parent
07c69cd9
Exists in
master
and in
109 other branches
gzip xs:boolean
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
help/Methods_AMDA.xml
... | ... | @@ -713,7 +713,7 @@ of a set of typically orthogonal axes. |
713 | 713 | </xs:restriction> |
714 | 714 | </xs:simpleType> |
715 | 715 | </xs:element> |
716 | - <xs:element name="gzip" minOccurs="0" maxOccurs="1" type="xs:integer"> | |
716 | + <xs:element name="gzip" minOccurs="0" maxOccurs="1" type="xs:boolean"> | |
717 | 717 | <xs:annotation> |
718 | 718 | <xs:documentation>1 to compress data with gzip (0 by |
719 | 719 | default)</xs:documentation> |
... | ... | @@ -859,7 +859,7 @@ of a set of typically orthogonal axes. |
859 | 859 | </xs:restriction> |
860 | 860 | </xs:simpleType> |
861 | 861 | </xs:element> |
862 | - <xs:element name="gzip" minOccurs="0" maxOccurs="1" type="xs:integer"> | |
862 | + <xs:element name="gzip" minOccurs="0" maxOccurs="1" type="xs:boolean"> | |
863 | 863 | <xs:annotation> |
864 | 864 | <xs:documentation>1 to compress data with gzip (0 by |
865 | 865 | default)</xs:documentation> |
... | ... | @@ -1048,7 +1048,7 @@ of a set of typically orthogonal axes. |
1048 | 1048 | </xs:restriction> |
1049 | 1049 | </xs:simpleType> |
1050 | 1050 | </xs:element> |
1051 | - <xs:element name="gzip" minOccurs="0" maxOccurs="1" type="xs:integer"> | |
1051 | + <xs:element name="gzip" minOccurs="0" maxOccurs="1" type="xs:boolean"> | |
1052 | 1052 | <xs:annotation> |
1053 | 1053 | <xs:documentation>1 to compress data with gzip (0 by |
1054 | 1054 | default)</xs:documentation> |
... | ... |