1
yhj
2024-07-24 5e5d945e91568b973faa27d8ab0bcef99fc4a6c5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
 
<xs:schema
        xmlns:tns="http://schemas.datacontract.org/2004/07/CSFrameworkV5.Models"
        xmlns:xs="http://www.w3.org/2001/XMLSchema"
        elementFormDefault="qualified"
        targetNamespace="http://schemas.datacontract.org/2004/07/CSFrameworkV5.Models">
    <xs:complexType name="sys_LogOperation">
        <xs:sequence>
            <xs:element name="F_Account" nillable="true" type="xs:string"/>
            <xs:element name="F_FormCaption" nillable="true" type="xs:string"/>
            <xs:element name="F_FormName" nillable="true" type="xs:string"/>
            <xs:element name="F_MSG" nillable="true" type="xs:string"/>
            <xs:element name="F_MenuName" nillable="true" type="xs:string"/>
            <xs:element name="F_OperationTime" type="xs:dateTime"/>
            <xs:element name="F_OperationType" nillable="true"
                        type="xs:string"/>
            <xs:element name="F_isid" type="xs:int"/>
        </xs:sequence>
    </xs:complexType>
    <xs:element name="sys_LogOperation" nillable="true"
                type="tns:sys_LogOperation"/>
</xs:schema>