Advertisement
eskalera

mod2.xsd

May 9th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.57 KB | None | 0 0
  1. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  2.     <xs:element name="mod2">
  3.         <xs:complexType>
  4.             <xs:sequence>
  5.                 <xs:element minOccurs="0" name="arg0" nillable="true" type="xs:string"/>
  6.             </xs:sequence>
  7.         </xs:complexType>
  8.     </xs:element>
  9.     <xs:element name="mod2Response">
  10.         <xs:complexType>
  11.             <xs:sequence>
  12.                 <xs:element minOccurs="0" name="mod2Result" nillable="true" type="xs:string"/>
  13.             </xs:sequence>
  14.         </xs:complexType>
  15.     </xs:element>
  16. </xs:schema>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement