Molnar Tibor

blog

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

News

Archives

Post Categories

Image Galleries

<xs:schema id="Person" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mstns="http://BizTalkWscfDemoService/Person.xsd" xmlns="http://BizTalkWscfDemoService/Person.xsd" elementFormDefault="qualified" targetNamespace="http://BizTalkWscfDemoService/Person.xsd" xmlns:common="http://BizTalkWscfDemoService/CommonTypes.xsd">
    <xs:import id="common" schemaLocation="CommonTypes.xsd" namespace="http://BizTalkWscfDemoService/CommonTypes.xsd"></xs:import>
    <xs:complexType name="person">
        <xs:all>
            <xs:element name="id" type="xs:string"></xs:element>
            <xs:element name="name" type="xs:string"></xs:element>
            <xs:element name="phone" type="common:phoneNumber"></xs:element>
            <xs:element name="email" type="common:emailAddress"></xs:element>
        </xs:all>
    </xs:complexType>
</xs:schema>

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