<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>