Molnar Tibor

blog

  Home  |   Contact  |   Syndication    |   Login
  21 Posts | 10 Stories | 35 Comments | 2 Trackbacks

News

Archives

Post Categories

Image Galleries

<xs:schema id="BiztalkWscfDemoSrvcMsgs" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mstns="http://BizTalkWscfDemoService/BiztalkWscfDemoSrvcMsgs.xsd" xmlns="http://BizTalkWscfDemoService/BiztalkWscfDemoSrvcMsgs.xsd" elementFormDefault="qualified" targetNamespace="http://BizTalkWscfDemoService/BiztalkWscfDemoSrvcMsgs.xsd" xmlns:person="http://BizTalkWscfDemoService/Person.xsd" xmlns:company="http://BizTalkWscfDemoService/Company.xsd">
    <xs:import id="person" schemaLocation="../Schemas/Person.xsd" namespace="http://BizTalkWscfDemoService/Person.xsd"></xs:import>
    <xs:import id="company" schemaLocation="../Schemas/Company.xsd" namespace="http://BizTalkWscfDemoService/Company.xsd"></xs:import>
        <xs:element name="getCompanyForPerson">
        <xs:complexType>
            <xs:sequence>
                <xs:element name="id" type="xs:int"></xs:element>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="getCompanyForPersonResponse">
        <xs:complexType>
            <xs:sequence>
                <xs:element name="company" type="company:company"></xs:element>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
</xs:schema> 

posted on Thursday, February 09, 2006 6:22 AM