<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns="urn:yahoo:jp:jlp:JIMService" targetNamespace="urn:yahoo:jp:jlp:JIMService" xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified">
  <xs:element name="ResultSet">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="Result" type="ResultType"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="ResultType">
    <xs:sequence>
      <xs:element name="SegmentList" type="SegmentListType"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="SegmentListType">
    <xs:sequence>
      <xs:element name="Segment" type="SegmentType" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="SegmentType">
    <xs:sequence>
      <xs:element name="SegmentText" type="xs:string"/>
      <xs:element name="Alphanumeric" type="xs:string" minOccurs="0"/>
      <xs:element name="HalfAlphanumeric" type="xs:string" minOccurs="0"/>
      <xs:element name="Katakana" type="xs:string" minOccurs="0"/>
      <xs:element name="HalfKatakana" type="xs:string" minOccurs="0"/>
      <xs:element name="Hiragana" type="xs:string" minOccurs="0"/>
      <xs:element name="CandidateList" type="CandidateListType" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="CandidateListType">
    <xs:sequence>
      <xs:element name="Candidate" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:schema>

