Commit 75df9821886413e455f9fa51f48ddec5934431c0

Authored by Elena.Budnik
1 parent c8dd7875

CDF format

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
public/wsdl/Methods_AMDA.wsdl
... ... @@ -698,7 +698,7 @@ of a set of typically orthogonal axes.
698 698 </xs:element>
699 699 <xs:element name="outputFormat" minOccurs="0" maxOccurs="1">
700 700 <xs:annotation>
701   - <xs:documentation> Choice is possible between the two formats: netCDF,
  701 + <xs:documentation> Choice is possible between the two formats: netCDF, CDF,
702 702 ASCII and VOTable. If the format is not specified it will be netCDF
703 703 by default</xs:documentation>
704 704 </xs:annotation>
... ... @@ -707,6 +707,7 @@ of a set of typically orthogonal axes.
707 707 <xs:enumeration value="netCDF"/>
708 708 <xs:enumeration value="VOTable"/>
709 709 <xs:enumeration value="ASCII"/>
  710 + <xs:enumeration value="CDF"/>
710 711 </xs:restriction>
711 712 </xs:simpleType>
712 713 </xs:element>
... ... @@ -846,7 +847,7 @@ of a set of typically orthogonal axes.
846 847 </xs:element>
847 848 <xs:element name="outputFormat" minOccurs="0" maxOccurs="1">
848 849 <xs:annotation>
849   - <xs:documentation> Choice is possible between the 3 formats: netCDF,
  850 + <xs:documentation> Choice is possible between the 3 formats: netCDF, CDF,
850 851 ASCII and VOTable. If the format is not specified it will be netCDF
851 852 by default</xs:documentation>
852 853 </xs:annotation>
... ... @@ -855,6 +856,7 @@ of a set of typically orthogonal axes.
855 856 <xs:enumeration value="netCDF"/>
856 857 <xs:enumeration value="VOTable"/>
857 858 <xs:enumeration value="ASCII"/>
  859 + <xs:enumeration value="CDF"/>
858 860 </xs:restriction>
859 861 </xs:simpleType>
860 862 </xs:element>
... ...