home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Systeme / Gomigo / SetupGomigoV50.msi / _9301E550D10DDD8049F683DBAA8C5EC2 / _2BEE203AA2A5421CB79D2CEA9FE1DFBA < prev    next >
Extensible Markup Language  |  2012-07-02  |  1KB  |  27 lines

  1. <?xml version="1.0" standalone="yes"?>
  2. <stock>
  3.   <xs:schema id="stock" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  4.     <xs:element name="stock" msdata:IsDataSet="true" msdata:Locale="en-US">
  5.       <xs:complexType>
  6.         <xs:choice minOccurs="0" maxOccurs="unbounded">
  7.           <xs:element name="prog">
  8.             <xs:complexType>
  9.               <xs:sequence>
  10.                 <xs:element name="Email" type="xs:string" minOccurs="1" maxOccurs="1" />
  11.                 <xs:element name="Key" type="xs:string" minOccurs="1" maxOccurs="1" />
  12.                 <xs:element name="Version" type="xs:string" minOccurs="1" maxOccurs="1" />
  13.                 <xs:element name="Language" type="xs:string" minOccurs="1" maxOccurs="1" />
  14.               </xs:sequence>
  15.             </xs:complexType>
  16.           </xs:element>
  17.         </xs:choice>
  18.       </xs:complexType>
  19.     </xs:element>
  20.   </xs:schema>
  21.   <prog>
  22.     <Email></Email>
  23.     <Key></Key>
  24.     <Version>5.0</Version>
  25.     <Language>windows</Language>
  26.   </prog>
  27. </stock>