PCModuleService84.xsd 594 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:element name="DataSet" nillable="true">
  4. <xs:complexType>
  5. <xs:annotation>
  6. <xs:appinfo>
  7. <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
  8. </xs:appinfo>
  9. </xs:annotation>
  10. <xs:sequence>
  11. <xs:element ref="xs:schema" />
  12. <xs:any />
  13. </xs:sequence>
  14. </xs:complexType>
  15. </xs:element>
  16. </xs:schema>