<?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>
|