33 lines
No EOL
3.5 KiB
XML
33 lines
No EOL
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema id="EventListDataSet" targetNamespace="http://tempuri.org/DataSet1.xsd" xmlns:mstns="http://tempuri.org/DataSet1.xsd" xmlns="http://tempuri.org/DataSet1.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 />
|
|
<Tables />
|
|
<Sources />
|
|
</DataSource>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
<xs:element name="EventListDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="EventListDataSet" msprop:Generator_UserDSName="EventListDataSet">
|
|
<xs:complexType>
|
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
<xs:element name="EventList" msprop:Generator_TableClassName="EventListDataTable" msprop:Generator_TableVarName="tableEventList" msprop:Generator_TablePropName="EventList" msprop:Generator_RowDeletingName="EventListRowDeleting" msprop:Generator_RowChangingName="EventListRowChanging" msprop:Generator_RowEvHandlerName="EventListRowChangeEventHandler" msprop:Generator_RowDeletedName="EventListRowDeleted" msprop:Generator_UserTableName="EventList" msprop:Generator_RowChangedName="EventListRowChanged" msprop:Generator_RowEvArgName="EventListRowChangeEvent" msprop:Generator_RowClassName="EventListRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" type="xs:string" />
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" type="xs:string" />
|
|
<xs:element name="Description" msprop:Generator_ColumnVarNameInTable="columnDescription" msprop:Generator_ColumnPropNameInRow="Description" msprop:Generator_ColumnPropNameInTable="DescriptionColumn" msprop:Generator_UserColumnName="Description" type="xs:string" minOccurs="0" />
|
|
<xs:element name="Type" msprop:Generator_ColumnVarNameInTable="columnType" msprop:Generator_ColumnPropNameInRow="Type" msprop:Generator_ColumnPropNameInTable="TypeColumn" msprop:Generator_UserColumnName="Type" type="xs:byte" />
|
|
<xs:element name="PossibleValues" msdata:DataType="System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" msprop:Generator_ColumnVarNameInTable="columnPossibleValues" msprop:Generator_ColumnPropNameInRow="PossibleValues" msprop:Generator_ColumnPropNameInTable="PossibleValuesColumn" msprop:Generator_UserColumnName="PossibleValues" type="xs:anyType" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:choice>
|
|
</xs:complexType>
|
|
<xs:unique name="Constraint1">
|
|
<xs:selector xpath=".//mstns:EventList" />
|
|
<xs:field xpath="mstns:Name" />
|
|
</xs:unique>
|
|
</xs:element>
|
|
</xs:schema> |