Winsoft.GOV.Framework.Model.xsd 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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">
  3. <xs:simpleType name="County">
  4. <xs:restriction base="xs:string">
  5. <xs:enumeration value="LS" />
  6. <xs:enumeration value="LD" />
  7. <xs:enumeration value="LQ" />
  8. <xs:enumeration value="QT" />
  9. <xs:enumeration value="YH" />
  10. <xs:enumeration value="QY" />
  11. <xs:enumeration value="JY" />
  12. <xs:enumeration value="SC" />
  13. <xs:enumeration value="SY" />
  14. <xs:enumeration value="JN" />
  15. <xs:enumeration value="KFQ" />
  16. </xs:restriction>
  17. </xs:simpleType>
  18. <xs:element name="County" nillable="true" type="tns:County" />
  19. <xs:complexType name="ArrayOfBranch">
  20. <xs:sequence>
  21. <xs:element minOccurs="0" maxOccurs="unbounded" name="Branch" nillable="true" type="tns:Branch" />
  22. </xs:sequence>
  23. </xs:complexType>
  24. <xs:element name="ArrayOfBranch" nillable="true" type="tns:ArrayOfBranch" />
  25. <xs:complexType name="Branch">
  26. <xs:sequence>
  27. <xs:element minOccurs="0" name="GUID" nillable="true" type="xs:string" />
  28. <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
  29. <xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string" />
  30. </xs:sequence>
  31. </xs:complexType>
  32. <xs:element name="Branch" nillable="true" type="tns:Branch" />
  33. <xs:complexType name="ArrayOfPowerMattersBase">
  34. <xs:sequence>
  35. <xs:element minOccurs="0" maxOccurs="unbounded" name="PowerMattersBase" nillable="true" type="tns:PowerMattersBase" />
  36. </xs:sequence>
  37. </xs:complexType>
  38. <xs:element name="ArrayOfPowerMattersBase" nillable="true" type="tns:ArrayOfPowerMattersBase" />
  39. <xs:complexType name="PowerMattersBase">
  40. <xs:sequence>
  41. <xs:element minOccurs="0" name="QL_INNER_CODE" nillable="true" type="xs:string" />
  42. <xs:element minOccurs="0" name="QL_NAME" nillable="true" type="xs:string" />
  43. </xs:sequence>
  44. </xs:complexType>
  45. <xs:element name="PowerMattersBase" nillable="true" type="tns:PowerMattersBase" />
  46. <xs:complexType name="PowerMattersDetail">
  47. <xs:sequence>
  48. <xs:element minOccurs="0" name="ACCEPT_ADDRESS_INFO" nillable="true" type="xs:string" />
  49. <xs:element minOccurs="0" name="ANTICIPATE_DAY" type="xs:int" />
  50. <xs:element minOccurs="0" name="APPLYERMIN_COUNT" type="xs:int" />
  51. <xs:element minOccurs="0" name="APPLYERMIN_COUNT_DESC" nillable="true" type="xs:string" />
  52. <xs:element minOccurs="0" name="APPLY_CONDITION" nillable="true" type="xs:string" />
  53. <xs:element minOccurs="0" name="BJTYPE" nillable="true" type="xs:string" />
  54. <xs:element minOccurs="0" name="BakNote" nillable="true" type="xs:string" />
  55. <xs:element minOccurs="0" name="CHARGEITEM_INFO" nillable="true" type="xs:string" />
  56. <xs:element minOccurs="0" name="ITEMSOURCE" nillable="true" type="xs:string" />
  57. <xs:element minOccurs="0" name="LAWBASIS" nillable="true" type="xs:string" />
  58. <xs:element minOccurs="0" name="LEAD_DEPT" nillable="true" type="xs:string" />
  59. <xs:element minOccurs="0" name="LINK_TEL" nillable="true" type="xs:string" />
  60. <xs:element minOccurs="0" name="MATERIAL_INFO" nillable="true" type="xs:string" />
  61. <xs:element minOccurs="0" name="PROMISE_DAY" type="xs:int" />
  62. <xs:element minOccurs="0" name="QA_INFO" nillable="true" type="xs:string" />
  63. <xs:element minOccurs="0" name="QL_DEP" nillable="true" type="xs:string" />
  64. <xs:element minOccurs="0" name="QL_KIND" nillable="true" type="xs:string" />
  65. <xs:element minOccurs="0" name="QL_NAME" nillable="true" type="xs:string" />
  66. <xs:element minOccurs="0" name="QL_STATE" nillable="true" type="xs:string" />
  67. <xs:element minOccurs="0" name="ROWGUID" nillable="true" type="xs:string" />
  68. <xs:element minOccurs="0" name="SUPERVISE_TEL" nillable="true" type="xs:string" />
  69. <xs:element minOccurs="0" name="WebApplyMode" nillable="true" type="xs:string" />
  70. <xs:element minOccurs="0" name="XINGZHENXDRXZ" nillable="true" type="xs:string" />
  71. </xs:sequence>
  72. </xs:complexType>
  73. <xs:element name="PowerMattersDetail" nillable="true" type="tns:PowerMattersDetail" />
  74. </xs:schema>