blob: 18a99efc6aae8ca9bc121b63b4465b8733c226d4 [file] [log] [blame]
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://example.org/quote"
elementFormDefault="qualified"
targetNamespace="http://example.org/quote">
<xs:element name="getQuote">
<xs:complexType>
<xs:sequence>
<xs:element name="symbol" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>