summaryrefslogtreecommitdiffstats
path: root/tags/cpp-1.0-incubating-M2-RC1/sdo/runtime/core/test/jira705.xsd
blob: c82372c5b5d6459516574a0677a6bd53c850d598 (plain)
1
2
3
4
5
6
7
8
9
10
11
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  targetNamespace="http://ConvertedStockQuote">
  <xs:element name="getQuote">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="ticker1" type="xs:string" nillable="true"/>
        <xs:element name="ticker2" type="xs:string" nillable="true"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>