📄 instancemessage.xsd
字号:
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="InstanceMessage" targetNamespace="http://tempuri.org/InstanceMessage.xsd" xmlns:mstns="http://tempuri.org/InstanceMessage.xsd" xmlns="http://tempuri.org/InstanceMessage.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>
</Connections>
<Tables>
</Tables>
<Sources>
</Sources>
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="InstanceMessage" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="InstanceMessage" msprop:Generator_DataSetName="InstanceMessage">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="InstanceState" msprop:Generator_UserTableName="InstanceState" msprop:Generator_RowDeletedName="InstanceStateRowDeleted" msprop:Generator_RowChangedName="InstanceStateRowChanged" msprop:Generator_RowClassName="InstanceStateRow" msprop:Generator_RowChangingName="InstanceStateRowChanging" msprop:Generator_RowEvArgName="InstanceStateRowChangeEvent" msprop:Generator_RowEvHandlerName="InstanceStateRowChangeEventHandler" msprop:Generator_TableClassName="InstanceStateDataTable" msprop:Generator_TableVarName="tableInstanceState" msprop:Generator_RowDeletingName="InstanceStateRowDeleting" msprop:Generator_TablePropName="InstanceState">
<xs:complexType>
<xs:sequence>
<xs:element name="GUID" msprop:Generator_UserColumnName="GUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" type="xs:string" />
<xs:element name="NextUserName" msprop:Generator_UserColumnName="NextUserName" msprop:Generator_ColumnPropNameInRow="NextUserName" msprop:Generator_ColumnVarNameInTable="columnNextUserName" msprop:Generator_ColumnPropNameInTable="NextUserNameColumn" type="xs:string" minOccurs="0" />
<xs:element name="NextDataFormName" msprop:Generator_UserColumnName="NextDataFormName" msprop:Generator_ColumnPropNameInRow="NextDataFormName" msprop:Generator_ColumnVarNameInTable="columnNextDataFormName" msprop:Generator_ColumnPropNameInTable="NextDataFormNameColumn" type="xs:string" minOccurs="0" />
<xs:element name="Message" msprop:Generator_UserColumnName="Message" msprop:Generator_ColumnPropNameInRow="Message" msprop:Generator_ColumnVarNameInTable="columnMessage" msprop:Generator_ColumnPropNameInTable="MessageColumn" type="xs:anyType" minOccurs="0" />
<xs:element name="DataForm" msdata:DataType="System.Data.DataSet, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" msprop:Generator_UserColumnName="DataForm" msprop:Generator_ColumnPropNameInRow="DataForm" msprop:Generator_ColumnVarNameInTable="columnDataForm" msprop:Generator_ColumnPropNameInTable="DataFormColumn" type="xs:anyType" minOccurs="0" />
<xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInTable="StateColumn" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="InstanceHistory" msprop:Generator_UserTableName="InstanceHistory" msprop:Generator_RowDeletedName="InstanceHistoryRowDeleted" msprop:Generator_RowChangedName="InstanceHistoryRowChanged" msprop:Generator_RowClassName="InstanceHistoryRow" msprop:Generator_RowChangingName="InstanceHistoryRowChanging" msprop:Generator_RowEvArgName="InstanceHistoryRowChangeEvent" msprop:Generator_RowEvHandlerName="InstanceHistoryRowChangeEventHandler" msprop:Generator_TableClassName="InstanceHistoryDataTable" msprop:Generator_TableVarName="tableInstanceHistory" msprop:Generator_RowDeletingName="InstanceHistoryRowDeleting" msprop:Generator_TablePropName="InstanceHistory">
<xs:complexType>
<xs:sequence>
<xs:element name="GUID" msprop:Generator_UserColumnName="GUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" type="xs:string" minOccurs="0" />
<xs:element name="AutoID" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="AutoID" msprop:Generator_ColumnPropNameInRow="AutoID" msprop:Generator_ColumnVarNameInTable="columnAutoID" msprop:Generator_ColumnPropNameInTable="AutoIDColumn" type="xs:int" />
<xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" type="xs:string" minOccurs="0" />
<xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInTable="StateColumn" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:InstanceState" />
<xs:field xpath="mstns:GUID" />
</xs:unique>
<xs:unique name="InstanceHistory_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:InstanceHistory" />
<xs:field xpath="mstns:AutoID" />
</xs:unique>
<xs:keyref name="FK_InstanceState_InstanceHistory_x0020_" refer="Constraint1" msprop:rel_Generator_UserRelationName="FK_InstanceState_InstanceHistory " msprop:rel_Generator_RelationVarName="relationFK_InstanceState_InstanceHistory_" msprop:rel_Generator_UserChildTable="InstanceHistory" msprop:rel_Generator_UserParentTable="InstanceState" msprop:rel_Generator_ParentPropName="InstanceStateRow" msprop:rel_Generator_ChildPropName="GetInstanceHistoryRows" msdata:AcceptRejectRule="Cascade">
<xs:selector xpath=".//mstns:InstanceHistory" />
<xs:field xpath="mstns:GUID" />
</xs:keyref>
</xs:element>
</xs:schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -