qwj
2022-08-22 63f6c5de8832eaabf066fe9f9d492187f04011b7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/CY_DocumentSystemWCFService" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/CY_DocumentSystemWCFService" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="DocumentRegiste">
    <xs:sequence>
      <xs:element minOccurs="0" name="Id" type="xs:int" />
      <xs:element minOccurs="0" name="IsRegiste" type="xs:int" />
      <xs:element minOccurs="0" name="RegisteAddress" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RegisteCity" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RegisteCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RegisteCompany" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RegisteCountry" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RegisteEmail" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RegisteIP" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RegisteMachineCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RegisteMobile" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RegistePhone" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RegistePostCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RegisteProvince" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RegisteQQ" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RegisteUser" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UseState" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DocumentRegiste" nillable="true" type="tns:DocumentRegiste" />
</xs:schema>