-
Notifications
You must be signed in to change notification settings - Fork 0
/
razrediDataSet1.xsd
202 lines (202 loc) · 23.3 KB
/
razrediDataSet1.xsd
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="razrediDataSet1" targetNamespace="http://tempuri.org/razrediDataSet1.xsd" xmlns:mstns="http://tempuri.org/razrediDataSet1.xsd" xmlns="http://tempuri.org/razrediDataSet1.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="razrediConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="razrediConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.dotn_projekt.Properties.Settings.GlobalReference.Default.razrediConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="raz_odjelTableAdapter" GeneratorDataComponentClassName="raz_odjelTableAdapter" Name="raz_odjel" UserDataComponentName="raz_odjelTableAdapter">
<MainSource>
<DbSource ConnectionRef="razrediConnectionString (Settings)" DbObjectName="dbo.raz_odjel" 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 [dbo].[raz_odjel] WHERE (([id] = @Original_id) AND ([odjel] = @Original_odjel) AND ((@IsNull_nastavnik = 1 AND [nastavnik] IS NULL) OR ([nastavnik] = @Original_nastavnik)))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_odjel" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="odjel" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_nastavnik" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nastavnik" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_nastavnik" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="nastavnik" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[raz_odjel] ([odjel], [nastavnik]) VALUES (@odjel, @nastavnik);
SELECT id, odjel, nastavnik FROM raz_odjel WHERE (id = SCOPE_IDENTITY())</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@odjel" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="odjel" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@nastavnik" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="nastavnik" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT id, odjel, nastavnik FROM dbo.raz_odjel</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [dbo].[raz_odjel] SET [odjel] = @odjel, [nastavnik] = @nastavnik WHERE (([id] = @Original_id) AND ([odjel] = @Original_odjel) AND ((@IsNull_nastavnik = 1 AND [nastavnik] IS NULL) OR ([nastavnik] = @Original_nastavnik)));
SELECT id, odjel, nastavnik FROM raz_odjel WHERE (id = @id)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@odjel" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="odjel" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@nastavnik" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="nastavnik" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_odjel" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="odjel" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_nastavnik" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nastavnik" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_nastavnik" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="nastavnik" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="[C:\USERS\KORISNIK\DOCUMENTS\VSITE\DOTN_PROJEKT\DOTN_PROJEKT\RAZREDI.MDF].dbo.raz_odjel" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="id" DataSetColumn="id" />
<Mapping SourceColumn="odjel" DataSetColumn="odjel" />
<Mapping SourceColumn="nastavnik" DataSetColumn="nastavnik" />
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ucenikTableAdapter" GeneratorDataComponentClassName="ucenikTableAdapter" Name="ucenik" UserDataComponentName="ucenikTableAdapter">
<MainSource>
<DbSource ConnectionRef="razrediConnectionString (Settings)" DbObjectName="dbo.ucenik" 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 [dbo].[ucenik] WHERE (([id] = @Original_id) AND ([ime] = @Original_ime) AND ([prezime] = @Original_prezime) AND ([oib] = @Original_oib) AND ((@IsNull_raz_id = 1 AND [raz_id] IS NULL) OR ([raz_id] = @Original_raz_id)))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ime" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ime" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_prezime" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="prezime" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_oib" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="oib" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_raz_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="raz_id" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_raz_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="raz_id" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[ucenik] ([ime], [prezime], [oib], [raz_id]) VALUES (@ime, @prezime, @oib, @raz_id);
SELECT id, ime, prezime, oib, raz_id FROM ucenik WHERE (id = SCOPE_IDENTITY())</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ime" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ime" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@prezime" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="prezime" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@oib" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="oib" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@raz_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="raz_id" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT id, ime, prezime, oib, raz_id FROM dbo.ucenik</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [dbo].[ucenik] SET [ime] = @ime, [prezime] = @prezime, [oib] = @oib, [raz_id] = @raz_id WHERE (([id] = @Original_id) AND ([ime] = @Original_ime) AND ([prezime] = @Original_prezime) AND ([oib] = @Original_oib) AND ((@IsNull_raz_id = 1 AND [raz_id] IS NULL) OR ([raz_id] = @Original_raz_id)));
SELECT id, ime, prezime, oib, raz_id FROM ucenik WHERE (id = @id)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ime" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ime" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@prezime" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="prezime" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@oib" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="oib" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@raz_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="raz_id" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ime" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ime" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_prezime" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="prezime" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_oib" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="oib" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_raz_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="raz_id" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_raz_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="raz_id" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="[C:\USERS\KORISNIK\DOCUMENTS\VSITE\DOTN_PROJEKT\DOTN_PROJEKT\RAZREDI.MDF].dbo.ucenik" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="id" DataSetColumn="id" />
<Mapping SourceColumn="ime" DataSetColumn="ime" />
<Mapping SourceColumn="prezime" DataSetColumn="prezime" />
<Mapping SourceColumn="oib" DataSetColumn="oib" />
<Mapping SourceColumn="raz_id" DataSetColumn="raz_id" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="razrediDataSet1" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="razrediDataSet1" msprop:Generator_UserDSName="razrediDataSet1">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="raz_odjel" msprop:Generator_TableClassName="raz_odjelDataTable" msprop:Generator_TableVarName="tableraz_odjel" msprop:Generator_TablePropName="raz_odjel" msprop:Generator_RowDeletingName="raz_odjelRowDeleting" msprop:Generator_RowChangingName="raz_odjelRowChanging" msprop:Generator_RowEvHandlerName="raz_odjelRowChangeEventHandler" msprop:Generator_RowDeletedName="raz_odjelRowDeleted" msprop:Generator_UserTableName="raz_odjel" msprop:Generator_RowChangedName="raz_odjelRowChanged" msprop:Generator_RowEvArgName="raz_odjelRowChangeEvent" msprop:Generator_RowClassName="raz_odjelRow">
<xs:complexType>
<xs:sequence>
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
<xs:element name="odjel" msprop:Generator_ColumnVarNameInTable="columnodjel" msprop:Generator_ColumnPropNameInRow="odjel" msprop:Generator_ColumnPropNameInTable="odjelColumn" msprop:Generator_UserColumnName="odjel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="nastavnik" msprop:Generator_ColumnVarNameInTable="columnnastavnik" msprop:Generator_ColumnPropNameInRow="nastavnik" msprop:Generator_ColumnPropNameInTable="nastavnikColumn" msprop:Generator_UserColumnName="nastavnik" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="200" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ucenik" msprop:Generator_TableClassName="ucenikDataTable" msprop:Generator_TableVarName="tableucenik" msprop:Generator_TablePropName="ucenik" msprop:Generator_RowDeletingName="ucenikRowDeleting" msprop:Generator_RowChangingName="ucenikRowChanging" msprop:Generator_RowEvHandlerName="ucenikRowChangeEventHandler" msprop:Generator_RowDeletedName="ucenikRowDeleted" msprop:Generator_UserTableName="ucenik" msprop:Generator_RowChangedName="ucenikRowChanged" msprop:Generator_RowEvArgName="ucenikRowChangeEvent" msprop:Generator_RowClassName="ucenikRow">
<xs:complexType>
<xs:sequence>
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
<xs:element name="ime" msprop:Generator_ColumnVarNameInTable="columnime" msprop:Generator_ColumnPropNameInRow="ime" msprop:Generator_ColumnPropNameInTable="imeColumn" msprop:Generator_UserColumnName="ime">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="prezime" msprop:Generator_ColumnVarNameInTable="columnprezime" msprop:Generator_ColumnPropNameInRow="prezime" msprop:Generator_ColumnPropNameInTable="prezimeColumn" msprop:Generator_UserColumnName="prezime">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="oib" msprop:Generator_ColumnVarNameInTable="columnoib" msprop:Generator_ColumnPropNameInRow="oib" msprop:Generator_ColumnPropNameInTable="oibColumn" msprop:Generator_UserColumnName="oib">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="raz_id" msprop:Generator_ColumnVarNameInTable="columnraz_id" msprop:Generator_ColumnPropNameInRow="raz_id" msprop:Generator_ColumnPropNameInTable="raz_idColumn" msprop:Generator_UserColumnName="raz_id" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:raz_odjel" />
<xs:field xpath="mstns:id" />
</xs:unique>
<xs:unique name="ucenik_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:ucenik" />
<xs:field xpath="mstns:id" />
</xs:unique>
</xs:element>
<xs:annotation>
<xs:appinfo>
<msdata:Relationship name="fk_raz" msdata:parent="raz_odjel" msdata:child="ucenik" msdata:parentkey="id" msdata:childkey="raz_id" msprop:Generator_UserChildTable="ucenik" msprop:Generator_ChildPropName="GetucenikRows" msprop:Generator_UserRelationName="fk_raz" msprop:Generator_ParentPropName="raz_odjelRow" msprop:Generator_RelationVarName="relationfk_raz" msprop:Generator_UserParentTable="raz_odjel" />
</xs:appinfo>
</xs:annotation>
</xs:schema>