You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
916 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:import schemaLocation="http://tnaeim04.tn.chipmos.com.tw/EIMWcfService/OEPackageService.svc?xsd=xsd2" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  4. <xs:element name="OEPackage">
  5. <xs:complexType>
  6. <xs:sequence>
  7. <xs:element minOccurs="0" name="sPackage" nillable="true" type="xs:string" />
  8. </xs:sequence>
  9. </xs:complexType>
  10. </xs:element>
  11. <xs:element name="OEPackageResponse">
  12. <xs:complexType>
  13. <xs:sequence>
  14. <xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="OEPackageResult" nillable="true" type="q1:ArrayOfstring" />
  15. </xs:sequence>
  16. </xs:complexType>
  17. </xs:element>
  18. </xs:schema>