You are on page 1of 2

<?xml version="1.0" encoding="UTF-8" ?

>

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"

xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"

xmlns:tns="http://TargetNamespace.com/Sourcefile"

targetNamespace="http://TargetNamespace.com/Sourcefile"

elementFormDefault="qualified"

attributeFormDefault="unqualified"

nxsd:version="NXSD"

nxsd:stream="chars"

nxsd:encoding="US-ASCII"

>

<xsd:notation name="notation1"/>

<xsd:complexType name="empid">

<xsd:sequence>

<xsd:element name="empid" type="xsd:int"/>

</xsd:sequence>

</xsd:complexType>

<xsd:complexType name="temprecord">

<xsd:sequence>

<xsd:element name="name" type="xsd:string"/>

<xsd:element name="salary" type="xsd:int"/>


</xsd:sequence>

</xsd:complexType>

<xsd:element name="Emprequest" type="tns:empid"/>

<xsd:element name="EmpResponse" type="tns:temprecord"/>

</xsd:schema>

<!--NXSDWIZ:C:\Users\sivakumar\Desktop\ss_11.txt:-->

<!--USE-HEADER:false:-->

You might also like