Basf_EProject/EProject/FineUIPro.Web/Report/EprojectDs.xsd

288 lines
32 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="EprojectDs" targetNamespace="http://tempuri.org/EprojectDs.xsd" xmlns:mstns="http://tempuri.org/EprojectDs.xsd" xmlns="http://tempuri.org/EprojectDs.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="1" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections>
<Connection ConnectionStringObject="Data Source=.\sql2016;Initial Catalog=EProjectDB;Integrated Security=True" IsAppSettingsProperty="false" Modifier="Assembly" Name="scs\sql2016.EProjectDB.dbo" ParameterPrefix="@" Provider="System.Data.SqlClient" />
<Connection AppSettingsPropertyName="EProjectDBConnectionString" ConnectionStringObject="Data Source=.;Initial Catalog=EProjectDB;Integrated Security=True" IsAppSettingsProperty="false" Modifier="Assembly" Name="EProjectDBConnectionString" ParameterPrefix="@" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Sys_UserTableAdapter" GeneratorDataComponentClassName="Sys_UserTableAdapter" Name="Sys_User" UserDataComponentName="Sys_UserTableAdapter">
<MainSource>
<DbSource ConnectionRef="scs\sql2016.EProjectDB.dbo" DbObjectName="EProjectDB.dbo.Sys_User" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM [sys_user] WHERE (([UserId] = @Original_UserId))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserId" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [sys_user] ([UserId], [Account], [UserCode], [Password], [UserName], [RoleId], [IsPost], [UnitId], [DepartId], [IsHeadMan], [EmailPassword], [Email], [LoginProjectId], [Phone]) VALUES (@UserId, @Account, @UserCode, @Password, @UserName, @RoleId, @IsPost, @UnitId, @DepartId, @IsHeadMan, @EmailPassword, @Email, @LoginProjectId, @Phone)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Account" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Account" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserCode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserCode" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Password" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Password" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserName" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RoleId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RoleId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@IsPost" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="IsPost" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UnitId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UnitId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DepartId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DepartId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@IsHeadMan" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="IsHeadMan" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EmailPassword" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="EmailPassword" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Email" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Email" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LoginProjectId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LoginProjectId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Phone" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Phone" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>select * from sys_user</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [sys_user] SET [UserId] = @UserId, [Account] = @Account, [UserCode] = @UserCode, [Password] = @Password, [UserName] = @UserName, [RoleId] = @RoleId, [IsPost] = @IsPost, [UnitId] = @UnitId, [DepartId] = @DepartId, [IsHeadMan] = @IsHeadMan, [EmailPassword] = @EmailPassword, [Email] = @Email, [LoginProjectId] = @LoginProjectId, [Phone] = @Phone WHERE (([UserId] = @Original_UserId))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Account" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Account" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserCode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserCode" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Password" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Password" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserName" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RoleId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RoleId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@IsPost" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="IsPost" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UnitId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UnitId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DepartId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DepartId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@IsHeadMan" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="IsHeadMan" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EmailPassword" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="EmailPassword" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Email" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Email" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LoginProjectId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LoginProjectId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Phone" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Phone" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserId" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="UserId" DataSetColumn="UserId" />
<Mapping SourceColumn="Account" DataSetColumn="Account" />
<Mapping SourceColumn="UserCode" DataSetColumn="UserCode" />
<Mapping SourceColumn="Password" DataSetColumn="Password" />
<Mapping SourceColumn="UserName" DataSetColumn="UserName" />
<Mapping SourceColumn="RoleId" DataSetColumn="RoleId" />
<Mapping SourceColumn="IsPost" DataSetColumn="IsPost" />
<Mapping SourceColumn="UnitId" DataSetColumn="UnitId" />
<Mapping SourceColumn="DepartId" DataSetColumn="DepartId" />
<Mapping SourceColumn="IsHeadMan" DataSetColumn="IsHeadMan" />
<Mapping SourceColumn="EmailPassword" DataSetColumn="EmailPassword" />
<Mapping SourceColumn="Email" DataSetColumn="Email" />
<Mapping SourceColumn="LoginProjectId" DataSetColumn="LoginProjectId" />
<Mapping SourceColumn="Phone" DataSetColumn="Phone" />
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Editor_ProjectControlTableAdapter" GeneratorDataComponentClassName="Editor_ProjectControlTableAdapter" Name="Editor_ProjectControl" UserDataComponentName="Editor_ProjectControlTableAdapter">
<MainSource>
<DbSource ConnectionRef="EProjectDBConnectionString" DbObjectName="EProjectDB.dbo.Editor_ProjectControl" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM [dbo].[Editor_ProjectControl] WHERE (([ProjectControlId] = @Original_ProjectControlId))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ProjectControlId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProjectControlId" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[Editor_ProjectControl] ([ProjectControlId], [EProjectId], [DesciplinesWBS], [SchStart], [SchEnd], [Progress]) VALUES (@ProjectControlId, @EProjectId, @DesciplinesWBS, @SchStart, @SchEnd, @Progress)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ProjectControlId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProjectControlId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EProjectId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="EProjectId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DesciplinesWBS" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DesciplinesWBS" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@SchStart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="SchStart" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@SchEnd" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="SchEnd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Progress" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Progress" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT ProjectControlId, EProjectId, DesciplinesWBS, SchStart, SchEnd, Progress FROM dbo.Editor_ProjectControl</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [dbo].[Editor_ProjectControl] SET [ProjectControlId] = @ProjectControlId, [EProjectId] = @EProjectId, [DesciplinesWBS] = @DesciplinesWBS, [SchStart] = @SchStart, [SchEnd] = @SchEnd, [Progress] = @Progress WHERE (([ProjectControlId] = @Original_ProjectControlId))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ProjectControlId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProjectControlId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EProjectId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="EProjectId" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DesciplinesWBS" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DesciplinesWBS" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@SchStart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="SchStart" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@SchEnd" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="SchEnd" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Progress" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Progress" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ProjectControlId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProjectControlId" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="ProjectControlId" DataSetColumn="ProjectControlId" />
<Mapping SourceColumn="EProjectId" DataSetColumn="EProjectId" />
<Mapping SourceColumn="DesciplinesWBS" DataSetColumn="DesciplinesWBS" />
<Mapping SourceColumn="SchStart" DataSetColumn="SchStart" />
<Mapping SourceColumn="SchEnd" DataSetColumn="SchEnd" />
<Mapping SourceColumn="Progress" DataSetColumn="Progress" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="EprojectDs" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="EprojectDs" msprop:Generator_UserDSName="EprojectDs">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Sys_User" msprop:Generator_TableClassName="Sys_UserDataTable" msprop:Generator_TableVarName="tableSys_User" msprop:Generator_RowChangedName="Sys_UserRowChanged" msprop:Generator_TablePropName="Sys_User" msprop:Generator_RowDeletingName="Sys_UserRowDeleting" msprop:Generator_RowChangingName="Sys_UserRowChanging" msprop:Generator_RowEvHandlerName="Sys_UserRowChangeEventHandler" msprop:Generator_RowDeletedName="Sys_UserRowDeleted" msprop:Generator_RowClassName="Sys_UserRow" msprop:Generator_UserTableName="Sys_User" msprop:Generator_RowEvArgName="Sys_UserRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="UserId" msprop:Generator_ColumnVarNameInTable="columnUserId" msprop:Generator_ColumnPropNameInRow="UserId" msprop:Generator_ColumnPropNameInTable="UserIdColumn" msprop:Generator_UserColumnName="UserId">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Account" msprop:Generator_ColumnVarNameInTable="columnAccount" msprop:Generator_ColumnPropNameInRow="Account" msprop:Generator_ColumnPropNameInTable="AccountColumn" msprop:Generator_UserColumnName="Account" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UserCode" msprop:Generator_ColumnVarNameInTable="columnUserCode" msprop:Generator_ColumnPropNameInRow="UserCode" msprop:Generator_ColumnPropNameInTable="UserCodeColumn" msprop:Generator_UserColumnName="UserCode" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Password" msprop:Generator_ColumnVarNameInTable="columnPassword" msprop:Generator_ColumnPropNameInRow="Password" msprop:Generator_ColumnPropNameInTable="PasswordColumn" msprop:Generator_UserColumnName="Password" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" msprop:Generator_UserColumnName="UserName" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RoleId" msprop:Generator_ColumnVarNameInTable="columnRoleId" msprop:Generator_ColumnPropNameInRow="RoleId" msprop:Generator_ColumnPropNameInTable="RoleIdColumn" msprop:Generator_UserColumnName="RoleId" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="IsPost" msprop:Generator_ColumnVarNameInTable="columnIsPost" msprop:Generator_ColumnPropNameInRow="IsPost" msprop:Generator_ColumnPropNameInTable="IsPostColumn" msprop:Generator_UserColumnName="IsPost" type="xs:boolean" minOccurs="0" />
<xs:element name="UnitId" msprop:Generator_ColumnVarNameInTable="columnUnitId" msprop:Generator_ColumnPropNameInRow="UnitId" msprop:Generator_ColumnPropNameInTable="UnitIdColumn" msprop:Generator_UserColumnName="UnitId" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DepartId" msprop:Generator_ColumnVarNameInTable="columnDepartId" msprop:Generator_ColumnPropNameInRow="DepartId" msprop:Generator_ColumnPropNameInTable="DepartIdColumn" msprop:Generator_UserColumnName="DepartId" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="IsHeadMan" msprop:Generator_ColumnVarNameInTable="columnIsHeadMan" msprop:Generator_ColumnPropNameInRow="IsHeadMan" msprop:Generator_ColumnPropNameInTable="IsHeadManColumn" msprop:Generator_UserColumnName="IsHeadMan" type="xs:boolean" minOccurs="0" />
<xs:element name="EmailPassword" msprop:Generator_ColumnVarNameInTable="columnEmailPassword" msprop:Generator_ColumnPropNameInRow="EmailPassword" msprop:Generator_ColumnPropNameInTable="EmailPasswordColumn" msprop:Generator_UserColumnName="EmailPassword" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" msprop:Generator_UserColumnName="Email" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LoginProjectId" msprop:Generator_ColumnVarNameInTable="columnLoginProjectId" msprop:Generator_ColumnPropNameInRow="LoginProjectId" msprop:Generator_ColumnPropNameInTable="LoginProjectIdColumn" msprop:Generator_UserColumnName="LoginProjectId" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Phone" msprop:Generator_ColumnVarNameInTable="columnPhone" msprop:Generator_ColumnPropNameInRow="Phone" msprop:Generator_ColumnPropNameInTable="PhoneColumn" msprop:Generator_UserColumnName="Phone" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Editor_ProjectControl" msprop:Generator_TableClassName="Editor_ProjectControlDataTable" msprop:Generator_TableVarName="tableEditor_ProjectControl" msprop:Generator_RowChangedName="Editor_ProjectControlRowChanged" msprop:Generator_TablePropName="Editor_ProjectControl" msprop:Generator_RowDeletingName="Editor_ProjectControlRowDeleting" msprop:Generator_RowChangingName="Editor_ProjectControlRowChanging" msprop:Generator_RowEvHandlerName="Editor_ProjectControlRowChangeEventHandler" msprop:Generator_RowDeletedName="Editor_ProjectControlRowDeleted" msprop:Generator_RowClassName="Editor_ProjectControlRow" msprop:Generator_UserTableName="Editor_ProjectControl" msprop:Generator_RowEvArgName="Editor_ProjectControlRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="ProjectControlId" msprop:Generator_ColumnVarNameInTable="columnProjectControlId" msprop:Generator_ColumnPropNameInRow="ProjectControlId" msprop:Generator_ColumnPropNameInTable="ProjectControlIdColumn" msprop:Generator_UserColumnName="ProjectControlId">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="EProjectId" msprop:Generator_ColumnVarNameInTable="columnEProjectId" msprop:Generator_ColumnPropNameInRow="EProjectId" msprop:Generator_ColumnPropNameInTable="EProjectIdColumn" msprop:Generator_UserColumnName="EProjectId" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DesciplinesWBS" msprop:Generator_ColumnVarNameInTable="columnDesciplinesWBS" msprop:Generator_ColumnPropNameInRow="DesciplinesWBS" msprop:Generator_ColumnPropNameInTable="DesciplinesWBSColumn" msprop:Generator_UserColumnName="DesciplinesWBS" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SchStart" msprop:Generator_ColumnVarNameInTable="columnSchStart" msprop:Generator_ColumnPropNameInRow="SchStart" msprop:Generator_ColumnPropNameInTable="SchStartColumn" msprop:Generator_UserColumnName="SchStart" type="xs:dateTime" minOccurs="0" />
<xs:element name="SchEnd" msprop:Generator_ColumnVarNameInTable="columnSchEnd" msprop:Generator_ColumnPropNameInRow="SchEnd" msprop:Generator_ColumnPropNameInTable="SchEndColumn" msprop:Generator_UserColumnName="SchEnd" type="xs:dateTime" minOccurs="0" />
<xs:element name="Progress" msprop:Generator_ColumnVarNameInTable="columnProgress" msprop:Generator_ColumnPropNameInRow="Progress" msprop:Generator_ColumnPropNameInTable="ProgressColumn" msprop:Generator_UserColumnName="Progress" type="xs:decimal" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:Sys_User" />
<xs:field xpath="mstns:UserId" />
</xs:unique>
<xs:unique name="Editor_ProjectControl_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:Editor_ProjectControl" />
<xs:field xpath="mstns:ProjectControlId" />
</xs:unique>
</xs:element>
</xs:schema>