Statistics
| Branch: | Revision:

root / trunk / Pithos.ShellExtensions / Service References / PithosService / mex4.xsd @ 5bcf6d70

History | View | Annotate | Download (569 Bytes)

1
<?xml version="1.0" encoding="utf-8"?>
2
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3
  <xs:complexType name="ArrayOfanyType">
4
    <xs:sequence>
5
      <xs:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" type="xs:anyType" />
6
    </xs:sequence>
7
  </xs:complexType>
8
  <xs:element name="ArrayOfanyType" nillable="true" type="tns:ArrayOfanyType" />
9
</xs:schema>