纽威
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.

9 lines
586 B

3 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/ICSSoft.Entity" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/ICSSoft.Entity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:complexType name="Result">
  4. <xs:sequence>
  5. <xs:element minOccurs="0" name="IsSuccess" type="xs:boolean" />
  6. <xs:element minOccurs="0" name="MESSAGE" nillable="true" type="xs:string" />
  7. </xs:sequence>
  8. </xs:complexType>
  9. <xs:element name="Result" nillable="true" type="tns:Result" />
  10. </xs:schema>