Skip to content

Instantly share code, notes, and snippets.

@tothda
Created September 22, 2008 18:42
Show Gist options
  • Select an option

  • Save tothda/12090 to your computer and use it in GitHub Desktop.

Select an option

Save tothda/12090 to your computer and use it in GitHub Desktop.
<s:schema elementFormDefault="qualified" targetNamespace="http://www.webserviceX.NET">
<s:element name="GetWeather">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="CityName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="CountryName" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetWeatherResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetWeatherResult" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment