-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenStudioDataDataSet.xsd
More file actions
125 lines (125 loc) · 16.2 KB
/
OpenStudioDataDataSet.xsd
File metadata and controls
125 lines (125 loc) · 16.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="OpenStudioDataDataSet" targetNamespace="http://tempuri.org/OpenStudioDataDataSet.xsd" xmlns:mstns="http://tempuri.org/OpenStudioDataDataSet.xsd" xmlns="http://tempuri.org/OpenStudioDataDataSet.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="Settings" AppSettingsPropertyName="OpenStudioDataConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="OpenStudioDataConnectionString (Settings)" PropertyReference="ApplicationSettings.OpenStudioIDE.Properties.Settings.GlobalReference.Default.OpenStudioDataConnectionString" Provider="System.Data.OleDb" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ideTableAdapter" GeneratorDataComponentClassName="ideTableAdapter" Name="ide" UserDataComponentName="ideTableAdapter">
<MainSource>
<DbSource ConnectionRef="OpenStudioDataConnectionString (Settings)" DbObjectName="ide" 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="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM `ide` WHERE ((`ID` = ?) AND ((? = 1 AND `filename` IS NULL) OR (`filename` = ?)) AND ((? = 1 AND `latest?` IS NULL) OR (`latest?` = ?)) AND ((? = 1 AND `lastmodified` IS NULL) OR (`lastmodified` = ?)) AND ((? = 1 AND `extention` IS NULL) OR (`extention` = ?)))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_ID" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_filename" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="filename" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_filename" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="filename" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_latest?" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="latest?" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="Original_latest?" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="latest?" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_lastmodified" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="Original_lastmodified" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_extention" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="extention" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_extention" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="extention" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO `ide` (`location`, `filename`, `latest?`, `lastmodified`, `extention`) VALUES (?, ?, ?, ?, ?)</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="location" Precision="0" ProviderType="LongVarWChar" Scale="0" Size="0" SourceColumn="location" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="filename" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="filename" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="latest?" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="latest?" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="lastmodified" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="extention" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="extention" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT ID, location, filename, [latest?], lastmodified, extention FROM ide</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE `ide` SET `location` = ?, `filename` = ?, `latest?` = ?, `lastmodified` = ?, `extention` = ? WHERE ((`ID` = ?) AND ((? = 1 AND `filename` IS NULL) OR (`filename` = ?)) AND ((? = 1 AND `latest?` IS NULL) OR (`latest?` = ?)) AND ((? = 1 AND `lastmodified` IS NULL) OR (`lastmodified` = ?)) AND ((? = 1 AND `extention` IS NULL) OR (`extention` = ?)))</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="location" Precision="0" ProviderType="LongVarWChar" Scale="0" Size="0" SourceColumn="location" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="filename" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="filename" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="latest?" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="latest?" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="lastmodified" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="extention" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="extention" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="Original_ID" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_filename" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="filename" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_filename" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="filename" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_latest?" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="latest?" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="Original_latest?" Precision="0" ProviderType="Boolean" Scale="0" Size="0" SourceColumn="latest?" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_lastmodified" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="Original_lastmodified" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="IsNull_extention" Precision="0" ProviderType="Integer" Scale="0" Size="0" SourceColumn="extention" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="Original_extention" Precision="0" ProviderType="VarWChar" Scale="0" Size="0" SourceColumn="extention" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="ID" DataSetColumn="ID" />
<Mapping SourceColumn="location" DataSetColumn="location" />
<Mapping SourceColumn="filename" DataSetColumn="filename" />
<Mapping SourceColumn="latest?" DataSetColumn="latest?" />
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
<Mapping SourceColumn="extention" DataSetColumn="extention" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="OpenStudioDataDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_UserDSName="OpenStudioDataDataSet" msprop:Generator_DataSetName="OpenStudioDataDataSet">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="ide" msprop:Generator_RowEvHandlerName="ideRowChangeEventHandler" msprop:Generator_RowDeletedName="ideRowDeleted" msprop:Generator_RowDeletingName="ideRowDeleting" msprop:Generator_RowEvArgName="ideRowChangeEvent" msprop:Generator_TablePropName="ide" msprop:Generator_RowChangedName="ideRowChanged" msprop:Generator_RowChangingName="ideRowChanging" msprop:Generator_TableClassName="ideDataTable" msprop:Generator_RowClassName="ideRow" msprop:Generator_TableVarName="tableide" msprop:Generator_UserTableName="ide">
<xs:complexType>
<xs:sequence>
<xs:element name="ID" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_UserColumnName="ID" type="xs:int" />
<xs:element name="location" msprop:Generator_ColumnPropNameInRow="location" msprop:Generator_ColumnPropNameInTable="locationColumn" msprop:Generator_ColumnVarNameInTable="columnlocation" msprop:Generator_UserColumnName="location" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="536870910" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="filename" msprop:Generator_ColumnPropNameInRow="filename" msprop:Generator_ColumnPropNameInTable="filenameColumn" msprop:Generator_ColumnVarNameInTable="columnfilename" msprop:Generator_UserColumnName="filename" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="latest_x003F_" msprop:Generator_ColumnPropNameInRow="_latest_" msprop:Generator_ColumnPropNameInTable="_latest_Column" msprop:Generator_ColumnVarNameInTable="_columnlatest_" msprop:Generator_UserColumnName="latest?" type="xs:boolean" minOccurs="0" />
<xs:element name="lastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
<xs:element name="extention" msprop:Generator_ColumnPropNameInRow="extention" msprop:Generator_ColumnPropNameInTable="extentionColumn" msprop:Generator_ColumnVarNameInTable="columnextention" msprop:Generator_UserColumnName="extention" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:ide" />
<xs:field xpath="mstns:ID" />
</xs:unique>
</xs:element>
</xs:schema>