00:01
Here you can create the xml schema document which is known as xsd.
00:11
So, for this you have to write xs schema xmlns xs.
00:20
Here xs element name university.
00:31
Here name is equals to department type xs string.
00:48
Then xs element name is equals to course type string.
00:56
Then again xs element name is equals to section type xs string.
01:13
Now xs element name student type xs string.
01:24
Xs element name instructor type string.
01:37
Here xs sequence then xs element then xs schema.
01:51
Now this is for xds xml basically xsd document.
01:56
Further you have to continue and write for xml dtd for the a part.
02:05
So, here you have to write element university department course section student instructor...