📄 iteam.xsd
字号:
<?xml version="1.0" encoding="gb2312"?>
<xs:schema id="iteam" targetNamespace="http://tempuri.org/iteam.xsd" xmlns:mstns="http://tempuri.org/iteam.xsd" xmlns="http://tempuri.org/iteam.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="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections>
<Connection AppSettingsObjectName="Web.config" AppSettingsPropertyName="newConnectionString" ConnectionStringObject="" IsAppSettingsProperty="True" Modifier="Assembly" Name="newConnectionString (Web.config)" ParameterPrefix="@" PropertyReference="AppConfig.System.Configuration.ConfigurationManager.0.ConnectionStrings.newConnectionString.ConnectionString" Provider="System.Data.SqlClient">
</Connection>
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="S_项目视图TableAdapter" GeneratorDataComponentClassName="S_项目视图TableAdapter" Name="S_项目视图" UserDataComponentName="S_项目视图TableAdapter">
<MainSource>
<DbSource ConnectionRef="newConnectionString (Web.config)" DbObjectName="new.dbo.S_项目视图" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="True">
<CommandText>SELECT S_项目视图.*
FROM S_项目视图</CommandText>
<Parameters>
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="项目编号" DataSetColumn="项目编号" />
<Mapping SourceColumn="姓名" DataSetColumn="姓名" />
<Mapping SourceColumn="项目年度" DataSetColumn="项目年度" />
<Mapping SourceColumn="项目名称" DataSetColumn="项目名称" />
<Mapping SourceColumn="项目来源" DataSetColumn="项目来源" />
<Mapping SourceColumn="批准号" DataSetColumn="批准号" />
<Mapping SourceColumn="起始时间" DataSetColumn="起始时间" />
<Mapping SourceColumn="结止时间" DataSetColumn="结止时间" />
<Mapping SourceColumn="资助经费" DataSetColumn="资助经费" />
<Mapping SourceColumn="项目进度" DataSetColumn="项目进度" />
<Mapping SourceColumn="结题时间" DataSetColumn="结题时间" />
<Mapping SourceColumn="结题意见" DataSetColumn="结题意见" />
<Mapping SourceColumn="署名位次" DataSetColumn="署名位次" />
<Mapping SourceColumn="教师编号" DataSetColumn="教师编号" />
<Mapping SourceColumn="教师单位" DataSetColumn="教师单位" />
<Mapping SourceColumn="结题形式" DataSetColumn="结题形式" />
<Mapping SourceColumn="审核标志" DataSetColumn="审核标志" />
<Mapping SourceColumn="项目类型" DataSetColumn="项目类型" />
<Mapping SourceColumn="科研类型" DataSetColumn="科研类型" />
<Mapping SourceColumn="级别" DataSetColumn="级别" />
</Mappings>
<Sources>
</Sources>
</TableAdapter>
</Tables>
<Sources>
</Sources>
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="iteam" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="iteam" msprop:Generator_DataSetName="iteam">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="S_项目视图" msprop:Generator_UserTableName="S_项目视图" msprop:Generator_RowDeletedName="S_项目视图RowDeleted" msprop:Generator_TableClassName="S_项目视图DataTable" msprop:Generator_RowChangedName="S_项目视图RowChanged" msprop:Generator_RowClassName="S_项目视图Row" msprop:Generator_RowChangingName="S_项目视图RowChanging" msprop:Generator_RowEvArgName="S_项目视图RowChangeEvent" msprop:Generator_RowEvHandlerName="S_项目视图RowChangeEventHandler" msprop:Generator_TablePropName="S_项目视图" msprop:Generator_TableVarName="tableS_项目视图" msprop:Generator_RowDeletingName="S_项目视图RowDeleting">
<xs:complexType>
<xs:sequence>
<xs:element name="项目编号" msprop:Generator_UserColumnName="项目编号" msprop:Generator_ColumnPropNameInRow="项目编号" msprop:Generator_ColumnVarNameInTable="column项目编号" msprop:Generator_ColumnPropNameInTable="项目编号Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="12" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="姓名" msprop:Generator_UserColumnName="姓名" msprop:Generator_ColumnPropNameInRow="姓名" msprop:Generator_ColumnVarNameInTable="column姓名" msprop:Generator_ColumnPropNameInTable="姓名Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="项目年度" msprop:Generator_UserColumnName="项目年度" msprop:Generator_ColumnPropNameInRow="项目年度" msprop:Generator_ColumnVarNameInTable="column项目年度" msprop:Generator_ColumnPropNameInTable="项目年度Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="4" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="项目名称" msprop:Generator_UserColumnName="项目名称" msprop:Generator_ColumnPropNameInRow="项目名称" msprop:Generator_ColumnVarNameInTable="column项目名称" msprop:Generator_ColumnPropNameInTable="项目名称Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="300" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="项目来源" msprop:Generator_UserColumnName="项目来源" msprop:Generator_ColumnPropNameInRow="项目来源" msprop:Generator_ColumnVarNameInTable="column项目来源" msprop:Generator_ColumnPropNameInTable="项目来源Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="60" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="批准号" msprop:Generator_UserColumnName="批准号" msprop:Generator_ColumnPropNameInRow="批准号" msprop:Generator_ColumnVarNameInTable="column批准号" msprop:Generator_ColumnPropNameInTable="批准号Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="200" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="起始时间" msprop:Generator_UserColumnName="起始时间" msprop:Generator_ColumnPropNameInRow="起始时间" msprop:Generator_ColumnVarNameInTable="column起始时间" msprop:Generator_ColumnPropNameInTable="起始时间Column" type="xs:dateTime" />
<xs:element name="结止时间" msprop:Generator_UserColumnName="结止时间" msprop:Generator_ColumnPropNameInRow="结止时间" msprop:Generator_ColumnVarNameInTable="column结止时间" msprop:Generator_ColumnPropNameInTable="结止时间Column" type="xs:dateTime" />
<xs:element name="资助经费" msprop:Generator_UserColumnName="资助经费" msprop:Generator_ColumnPropNameInRow="资助经费" msprop:Generator_ColumnVarNameInTable="column资助经费" msprop:Generator_ColumnPropNameInTable="资助经费Column" type="xs:decimal" />
<xs:element name="项目进度" msprop:Generator_UserColumnName="项目进度" msprop:Generator_ColumnPropNameInRow="项目进度" msprop:Generator_ColumnVarNameInTable="column项目进度" msprop:Generator_ColumnPropNameInTable="项目进度Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="结题时间" msprop:Generator_UserColumnName="结题时间" msprop:Generator_ColumnPropNameInRow="结题时间" msprop:Generator_ColumnVarNameInTable="column结题时间" msprop:Generator_ColumnPropNameInTable="结题时间Column" type="xs:dateTime" />
<xs:element name="结题意见" msprop:Generator_UserColumnName="结题意见" msprop:Generator_ColumnPropNameInRow="结题意见" msprop:Generator_ColumnVarNameInTable="column结题意见" msprop:Generator_ColumnPropNameInTable="结题意见Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="署名位次" msprop:Generator_UserColumnName="署名位次" msprop:Generator_ColumnPropNameInRow="署名位次" msprop:Generator_ColumnVarNameInTable="column署名位次" msprop:Generator_ColumnPropNameInTable="署名位次Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="教师编号" msprop:Generator_UserColumnName="教师编号" msprop:Generator_ColumnPropNameInRow="教师编号" msprop:Generator_ColumnVarNameInTable="column教师编号" msprop:Generator_ColumnPropNameInTable="教师编号Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="7" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="教师单位" msprop:Generator_UserColumnName="教师单位" msprop:Generator_ColumnPropNameInRow="教师单位" msprop:Generator_ColumnVarNameInTable="column教师单位" msprop:Generator_ColumnPropNameInTable="教师单位Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="40" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="结题形式" msprop:Generator_UserColumnName="结题形式" msprop:Generator_ColumnPropNameInRow="结题形式" msprop:Generator_ColumnVarNameInTable="column结题形式" msprop:Generator_ColumnPropNameInTable="结题形式Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="审核标志" msprop:Generator_UserColumnName="审核标志" msprop:Generator_ColumnPropNameInRow="审核标志" msprop:Generator_ColumnVarNameInTable="column审核标志" msprop:Generator_ColumnPropNameInTable="审核标志Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="项目类型" msprop:Generator_UserColumnName="项目类型" msprop:Generator_ColumnPropNameInRow="项目类型" msprop:Generator_ColumnVarNameInTable="column项目类型" msprop:Generator_ColumnPropNameInTable="项目类型Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="科研类型" msprop:Generator_UserColumnName="科研类型" msprop:Generator_ColumnPropNameInRow="科研类型" msprop:Generator_ColumnVarNameInTable="column科研类型" msprop:Generator_ColumnPropNameInTable="科研类型Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="级别" msprop:Generator_UserColumnName="级别" msprop:Generator_ColumnPropNameInRow="级别" msprop:Generator_ColumnVarNameInTable="column级别" msprop:Generator_ColumnPropNameInTable="级别Column" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -