Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > a709ddb20745c7012e3d3a00b31ca2a7 > files > 176

python-ZSI-2.0-6.fc13.noarch.rpm

<?xml version="1.0"?>
 
<schema targetNamespace="http://pycon.org/types"
  xmlns="http://www.w3.org/2001/XMLSchema"
  xmlns:tns="http://pycon.org/types">
 
  <complexType name="User">
    <sequence>
      <element name="UserId" type="string"/>
      <element name="Name" type="string"/>
      <element name="Age" type="integer"/>
    </sequence>
  </complexType>
 
</schema>