| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="utf-8"?>
- <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:simpleType name="County">
- <xs:restriction base="xs:string">
- <xs:enumeration value="LS" />
- <xs:enumeration value="LD" />
- <xs:enumeration value="LQ" />
- <xs:enumeration value="QT" />
- <xs:enumeration value="YH" />
- <xs:enumeration value="QY" />
- <xs:enumeration value="JY" />
- <xs:enumeration value="SC" />
- <xs:enumeration value="SY" />
- <xs:enumeration value="JN" />
- <xs:enumeration value="KFQ" />
- </xs:restriction>
- </xs:simpleType>
- <xs:element name="County" nillable="true" type="tns:County" />
- <xs:complexType name="ArrayOfBranch">
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="unbounded" name="Branch" nillable="true" type="tns:Branch" />
- </xs:sequence>
- </xs:complexType>
- <xs:element name="ArrayOfBranch" nillable="true" type="tns:ArrayOfBranch" />
- <xs:complexType name="Branch">
- <xs:sequence>
- <xs:element minOccurs="0" name="GUID" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- <xs:element name="Branch" nillable="true" type="tns:Branch" />
- <xs:complexType name="ArrayOfPowerMattersBase">
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="unbounded" name="PowerMattersBase" nillable="true" type="tns:PowerMattersBase" />
- </xs:sequence>
- </xs:complexType>
- <xs:element name="ArrayOfPowerMattersBase" nillable="true" type="tns:ArrayOfPowerMattersBase" />
- <xs:complexType name="PowerMattersBase">
- <xs:sequence>
- <xs:element minOccurs="0" name="QL_INNER_CODE" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="QL_NAME" nillable="true" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- <xs:element name="PowerMattersBase" nillable="true" type="tns:PowerMattersBase" />
- <xs:complexType name="PowerMattersDetail">
- <xs:sequence>
- <xs:element minOccurs="0" name="ACCEPT_ADDRESS_INFO" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="ANTICIPATE_DAY" type="xs:int" />
- <xs:element minOccurs="0" name="APPLYERMIN_COUNT" type="xs:int" />
- <xs:element minOccurs="0" name="APPLYERMIN_COUNT_DESC" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="APPLY_CONDITION" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="BJTYPE" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="BakNote" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="CHARGEITEM_INFO" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="ITEMSOURCE" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="LAWBASIS" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="LEAD_DEPT" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="LINK_TEL" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="MATERIAL_INFO" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="PROMISE_DAY" type="xs:int" />
- <xs:element minOccurs="0" name="QA_INFO" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="QL_DEP" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="QL_KIND" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="QL_NAME" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="QL_STATE" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="ROWGUID" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="SUPERVISE_TEL" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="WebApplyMode" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="XINGZHENXDRXZ" nillable="true" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- <xs:element name="PowerMattersDetail" nillable="true" type="tns:PowerMattersDetail" />
- </xs:schema>
|