How to write xml schema for this xml file

Posted by Vibin Jith on Stack Overflow See other posts from Stack Overflow or by Vibin Jith
Published on 2010-04-12T07:00:41Z Indexed on 2010/04/12 7:03 UTC
Read the original article Hit count: 707

Filed under:
|
<?xml version="1.0" encoding="utf-8" ?>  
  <ConnectionConfig>
      <Machine Ip="192.168.0.7">
          <ConnectionString>Data Source=TWO;Initial Catalog=Freight;User ID=sa;Password=f5tech</ConnectionString>
      </Machine>
    </ConnectionConfig>

© Stack Overflow or respective owner

Related posts about Xml

Related posts about ASP.NET