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