SlideShare a Scribd company logo
1.Design a detailed xml schema for managing campus placement data including
constraints -8
such as a studnt being able to get only one t1/t2 offer,not being able to attend
interviews after accepting an offer.
2.create 2 diff ns having common name for elements and show how ns can b used in
the xml doc which uses both the ns. - 10
how is this situation handled in relational databases
3.how is data in xml different from data from relational databases tables. -4
4.what are the limitations of DTD?Show how these limitations are overcommed in
ML Schema.Illustrate with examples. -10
5.Given an XML
<employees>
<person>
<firstname>..
<lastname>..
<dob>..
<address>..
</person>
<person>
<firstname>..
<lastname>..
<dob>..
<address>..
</person>
</employees>
Write the xslt using the xpath expressions to find all nodes in
decendent access + the context node,context node is the first person element.
6.what si a predicate in an xpath expression give example.
7.write a line for each of the following xpath functions:
position()
translate()
starts-with()
8.Given an xml as shown below
<?xml..>
<bookstore>
<book catagory="cooking">
<title>..</title>
<author>..</author>
<year>..
</book>
<book catagory="web">
<title>..</title>
<author>..</author>
<year>..
</book>
<book catagory="children">
<title>..</title>
<author>..</author>
<year>..</year>
</book>
<book catagory="web">
<title>..</title>
<author>..</author>
<year>..
</book>
</bookstore>
write an xquery to generate the following o/p
<book count="3">
<book>
<title author="">..</title>
</book>
<book>
<title author="">..</title>
</book>
<book>
<title author="">..</title>
</book>
<book>
Display only those books whose year is greater than 2005
Books hav to be ordered by catagory(accending)
Where ever the catagory is same for books elements they have to be
ordered by title(decending)
-4
9.Write an xml documnt and corresponding xml schema doc for the following
requirement.
*root elem purchase order has attribute name "ordered" type is
string(required).Pattern is PID followed by 6 digits.(ex: orderid="PID123456")
*purchase order has sequence in following order ..
order person(type:String) ,
shippedto(String),
item(occurs atleast once and has following
sequence:
itemtype(type:enumeraton possible values are book,electronics,furniture
default:book),
itemcode(type:string pattern: 3chars upper and lower case alphabets and
digts ..... second part is '-' followed by exactly 5 digits),
description(type:string occurs 0/1 times),
Quantity(type:positiveinteger range:5-100).

More Related Content

What's hot

Programming in C session 3
Programming in C session 3Programming in C session 3
Programming in C session 3
Prerna Sharma
 
Introduction linked list
Introduction linked listIntroduction linked list
Introduction linked list
MohammedShameer28
 
CP01.pptx
CP01.pptxCP01.pptx
CP01.pptx
Pankaj Debbarma
 
Structures in c programming
Structures in c programmingStructures in c programming
Structures in c programming
Kousalya M
 
C Structures & Unions
C Structures & UnionsC Structures & Unions
C Structures & Unions
Ram Sagar Mourya
 
Structure prespentation
Structure prespentation Structure prespentation
Structure prespentation
ashu awais
 
Union In language C
Union In language CUnion In language C
Union In language C
Ravi Singh
 
Lecture19 unionsin c.ppt
Lecture19 unionsin c.pptLecture19 unionsin c.ppt
Lecture19 unionsin c.ppt
eShikshak
 
Structures in c language
Structures in c languageStructures in c language
Structures in c language
tanmaymodi4
 
b - Normalizing a Data Model
b - Normalizing a Data Modelb - Normalizing a Data Model
b - Normalizing a Data Model
Dimara Hakim
 
Dbms
DbmsDbms
Lk module4 structures
Lk module4 structuresLk module4 structures
Lk module4 structures
Krishna Nanda
 
Mis 582 exam
Mis 582 examMis 582 exam
Mis 582 exam
JenniferBall47
 
Structure & Union in C++
Structure & Union in C++Structure & Union in C++
Structure & Union in C++
Davinder Kaur
 
CPU : Structures And Unions
CPU : Structures And UnionsCPU : Structures And Unions
CPU : Structures And Unions
Dhrumil Patel
 
Union in C programming
Union in C programmingUnion in C programming
Union in C programming
Kamal Acharya
 
Str
StrStr
Str
Acad
 
Oracle interview questions
Oracle interview questionsOracle interview questions
Oracle interview questions
barbie0909
 
Revision notes for exam 2011 computer science with C++
Revision notes for exam 2011 computer science with C++Revision notes for exam 2011 computer science with C++
Revision notes for exam 2011 computer science with C++
Deepak Singh
 
Data Structures
Data StructuresData Structures
Data Structures
Nitesh Bichwani
 

What's hot (20)

Programming in C session 3
Programming in C session 3Programming in C session 3
Programming in C session 3
 
Introduction linked list
Introduction linked listIntroduction linked list
Introduction linked list
 
CP01.pptx
CP01.pptxCP01.pptx
CP01.pptx
 
Structures in c programming
Structures in c programmingStructures in c programming
Structures in c programming
 
C Structures & Unions
C Structures & UnionsC Structures & Unions
C Structures & Unions
 
Structure prespentation
Structure prespentation Structure prespentation
Structure prespentation
 
Union In language C
Union In language CUnion In language C
Union In language C
 
Lecture19 unionsin c.ppt
Lecture19 unionsin c.pptLecture19 unionsin c.ppt
Lecture19 unionsin c.ppt
 
Structures in c language
Structures in c languageStructures in c language
Structures in c language
 
b - Normalizing a Data Model
b - Normalizing a Data Modelb - Normalizing a Data Model
b - Normalizing a Data Model
 
Dbms
DbmsDbms
Dbms
 
Lk module4 structures
Lk module4 structuresLk module4 structures
Lk module4 structures
 
Mis 582 exam
Mis 582 examMis 582 exam
Mis 582 exam
 
Structure & Union in C++
Structure & Union in C++Structure & Union in C++
Structure & Union in C++
 
CPU : Structures And Unions
CPU : Structures And UnionsCPU : Structures And Unions
CPU : Structures And Unions
 
Union in C programming
Union in C programmingUnion in C programming
Union in C programming
 
Str
StrStr
Str
 
Oracle interview questions
Oracle interview questionsOracle interview questions
Oracle interview questions
 
Revision notes for exam 2011 computer science with C++
Revision notes for exam 2011 computer science with C++Revision notes for exam 2011 computer science with C++
Revision notes for exam 2011 computer science with C++
 
Data Structures
Data StructuresData Structures
Data Structures
 

Viewers also liked

About FPG EN UPDATED
About FPG EN UPDATEDAbout FPG EN UPDATED
About FPG EN UPDATED
Christopher Lamb
 
Finley's fund press release final 2015 04
Finley's fund press release final 2015 04Finley's fund press release final 2015 04
Finley's fund press release final 2015 04
LynnBroaddus
 
Ptimat human madi
Ptimat human madiPtimat human madi
Ptimat human madi
Pere Egolatra Alter
 
Primats mandi3
Primats mandi3Primats mandi3
Primats mandi3
Pere Egolatra Alter
 
20150422121144
2015042212114420150422121144
20150422121144
sandrablancog
 
Economy hajj packages 2016
Economy hajj packages 2016Economy hajj packages 2016
Economy hajj packages 2016
Abdul Majeed
 
Rockiin uskomme
Rockiin uskommeRockiin uskomme
Rockiin uskomme
jukkahaarma
 
Aresco - provincia de Mendoza
Aresco - provincia de MendozaAresco - provincia de Mendoza
Aresco - provincia de Mendoza
Eduardo Nelson German
 
Presentación Politécnico de la Costa Atlántica
Presentación Politécnico de la Costa AtlánticaPresentación Politécnico de la Costa Atlántica
Presentación Politécnico de la Costa Atlántica
Reinaldo Niebles
 
Дмитрий Иванович Яворницкий (1855 — 1940)
Дмитрий Иванович Яворницкий (1855 — 1940)Дмитрий Иванович Яворницкий (1855 — 1940)
Дмитрий Иванович Яворницкий (1855 — 1940)
ljrevtyn
 

Viewers also liked (13)

About FPG EN UPDATED
About FPG EN UPDATEDAbout FPG EN UPDATED
About FPG EN UPDATED
 
Finley's fund press release final 2015 04
Finley's fund press release final 2015 04Finley's fund press release final 2015 04
Finley's fund press release final 2015 04
 
AirStream
AirStreamAirStream
AirStream
 
Ptimat human madi
Ptimat human madiPtimat human madi
Ptimat human madi
 
Primats mandi3
Primats mandi3Primats mandi3
Primats mandi3
 
Primats mandi4
Primats mandi4Primats mandi4
Primats mandi4
 
20150422121144
2015042212114420150422121144
20150422121144
 
Economy hajj packages 2016
Economy hajj packages 2016Economy hajj packages 2016
Economy hajj packages 2016
 
Rockiin uskomme
Rockiin uskommeRockiin uskomme
Rockiin uskomme
 
Aresco - provincia de Mendoza
Aresco - provincia de MendozaAresco - provincia de Mendoza
Aresco - provincia de Mendoza
 
Presentación Politécnico de la Costa Atlántica
Presentación Politécnico de la Costa AtlánticaPresentación Politécnico de la Costa Atlántica
Presentación Politécnico de la Costa Atlántica
 
Primats mandi1 2
Primats mandi1 2Primats mandi1 2
Primats mandi1 2
 
Дмитрий Иванович Яворницкий (1855 — 1940)
Дмитрий Иванович Яворницкий (1855 — 1940)Дмитрий Иванович Яворницкий (1855 — 1940)
Дмитрий Иванович Яворницкий (1855 — 1940)
 

Similar to Impquest2

Basics of XML
Basics of XMLBasics of XML
Basics of XML
indiangarg
 
Oracle soa xml faq
Oracle soa xml faqOracle soa xml faq
Oracle soa xml faq
xavier john
 
Xml viva questions
Xml viva questionsXml viva questions
Xml viva questions
Vipul Naik
 
5010
50105010
distributed system concerned lab sessions
distributed system concerned lab sessionsdistributed system concerned lab sessions
distributed system concerned lab sessions
milkesa13
 
Enhanced xml validation using srml01
Enhanced xml validation using srml01Enhanced xml validation using srml01
Enhanced xml validation using srml01
IJwest
 
eXtensible Markup Language
eXtensible Markup LanguageeXtensible Markup Language
eXtensible Markup Language
Aditya Raj
 
XML Schema.pptx
XML Schema.pptxXML Schema.pptx
XML Schema.pptx
JohnsonDcunha1
 
Full xml
Full xmlFull xml
Er2000
Er2000Er2000
Er2000
LiquidHub
 
Advanced Web Programming Chapter 12
Advanced Web Programming Chapter 12Advanced Web Programming Chapter 12
Advanced Web Programming Chapter 12
RohanMistry15
 
Innovative way for normalizing xml document
Innovative way for normalizing xml documentInnovative way for normalizing xml document
Innovative way for normalizing xml document
Alexander Decker
 
Introduction to xml schema
Introduction to xml schemaIntroduction to xml schema
Introduction to xml schema
Abhishek Kesharwani
 
Unit2_XML_S_SS_US Data_CS19414.pptx
Unit2_XML_S_SS_US Data_CS19414.pptxUnit2_XML_S_SS_US Data_CS19414.pptx
Unit2_XML_S_SS_US Data_CS19414.pptx
NEHARAJPUT239591
 
Xsd
XsdXsd
Xsd
XsdXsd
XML1.pptx
XML1.pptxXML1.pptx
IT6801-Service Oriented Architecture
IT6801-Service Oriented ArchitectureIT6801-Service Oriented Architecture
IT6801-Service Oriented Architecture
Madhu Amarnath
 
Web data management (chapter-1)
Web data management (chapter-1)Web data management (chapter-1)
Web data management (chapter-1)
Dhaval Asodariya
 
XML - Data Modeling
XML - Data ModelingXML - Data Modeling
XML - Data Modeling
Joel Briza
 

Similar to Impquest2 (20)

Basics of XML
Basics of XMLBasics of XML
Basics of XML
 
Oracle soa xml faq
Oracle soa xml faqOracle soa xml faq
Oracle soa xml faq
 
Xml viva questions
Xml viva questionsXml viva questions
Xml viva questions
 
5010
50105010
5010
 
distributed system concerned lab sessions
distributed system concerned lab sessionsdistributed system concerned lab sessions
distributed system concerned lab sessions
 
Enhanced xml validation using srml01
Enhanced xml validation using srml01Enhanced xml validation using srml01
Enhanced xml validation using srml01
 
eXtensible Markup Language
eXtensible Markup LanguageeXtensible Markup Language
eXtensible Markup Language
 
XML Schema.pptx
XML Schema.pptxXML Schema.pptx
XML Schema.pptx
 
Full xml
Full xmlFull xml
Full xml
 
Er2000
Er2000Er2000
Er2000
 
Advanced Web Programming Chapter 12
Advanced Web Programming Chapter 12Advanced Web Programming Chapter 12
Advanced Web Programming Chapter 12
 
Innovative way for normalizing xml document
Innovative way for normalizing xml documentInnovative way for normalizing xml document
Innovative way for normalizing xml document
 
Introduction to xml schema
Introduction to xml schemaIntroduction to xml schema
Introduction to xml schema
 
Unit2_XML_S_SS_US Data_CS19414.pptx
Unit2_XML_S_SS_US Data_CS19414.pptxUnit2_XML_S_SS_US Data_CS19414.pptx
Unit2_XML_S_SS_US Data_CS19414.pptx
 
Xsd
XsdXsd
Xsd
 
Xsd
XsdXsd
Xsd
 
XML1.pptx
XML1.pptxXML1.pptx
XML1.pptx
 
IT6801-Service Oriented Architecture
IT6801-Service Oriented ArchitectureIT6801-Service Oriented Architecture
IT6801-Service Oriented Architecture
 
Web data management (chapter-1)
Web data management (chapter-1)Web data management (chapter-1)
Web data management (chapter-1)
 
XML - Data Modeling
XML - Data ModelingXML - Data Modeling
XML - Data Modeling
 

More from roopa_slide

Class 1-course introduction
Class 1-course introductionClass 1-course introduction
Class 1-course introduction
roopa_slide
 
Activity
ActivityActivity
Activity
roopa_slide
 
Roopa 21:48
Roopa 21:48Roopa 21:48
Roopa 21:48
roopa_slide
 
Activity
ActivityActivity
Activity
roopa_slide
 
roopa doc 13:54
roopa doc 13:54roopa doc 13:54
roopa doc 13:54
roopa_slide
 
Roopa Document 3
Roopa Document 3Roopa Document 3
Roopa Document 3
roopa_slide
 

More from roopa_slide (6)

Class 1-course introduction
Class 1-course introductionClass 1-course introduction
Class 1-course introduction
 
Activity
ActivityActivity
Activity
 
Roopa 21:48
Roopa 21:48Roopa 21:48
Roopa 21:48
 
Activity
ActivityActivity
Activity
 
roopa doc 13:54
roopa doc 13:54roopa doc 13:54
roopa doc 13:54
 
Roopa Document 3
Roopa Document 3Roopa Document 3
Roopa Document 3
 

Recently uploaded

一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理
一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理
一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理
f22b6g9c
 
一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理
zv943dhb
 
一比一原版(UWS毕业证)澳洲西悉尼大学毕业证如何办理
一比一原版(UWS毕业证)澳洲西悉尼大学毕业证如何办理一比一原版(UWS毕业证)澳洲西悉尼大学毕业证如何办理
一比一原版(UWS毕业证)澳洲西悉尼大学毕业证如何办理
t34zod9l
 
一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理
一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理
一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理
10h6bbc4
 
一比一原版加拿大瑞尔森大学毕业证如何办理
一比一原版加拿大瑞尔森大学毕业证如何办理一比一原版加拿大瑞尔森大学毕业证如何办理
一比一原版加拿大瑞尔森大学毕业证如何办理
oydykuz
 
一比一原版(curtin毕业证)澳洲科廷科技大学毕业证如何办理
一比一原版(curtin毕业证)澳洲科廷科技大学毕业证如何办理一比一原版(curtin毕业证)澳洲科廷科技大学毕业证如何办理
一比一原版(curtin毕业证)澳洲科廷科技大学毕业证如何办理
9lq7ultg
 
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
yk5hdsnr
 
Intel-Centrino-Mobile-Technology-guidelines
Intel-Centrino-Mobile-Technology-guidelinesIntel-Centrino-Mobile-Technology-guidelines
Intel-Centrino-Mobile-Technology-guidelines
EricHo305923
 
一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理
一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理
一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理
02tygie
 
一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理
一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理
一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理
67n7f53
 
一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理
一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理
一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理
bel9p89b
 
一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理
一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理
一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理
kohd1ci2
 
欧洲杯买球-欧洲杯买球买球网好的网站-欧洲杯买球哪里有正规的买球网站|【​网址​🎉ac123.net🎉​】
欧洲杯买球-欧洲杯买球买球网好的网站-欧洲杯买球哪里有正规的买球网站|【​网址​🎉ac123.net🎉​】欧洲杯买球-欧洲杯买球买球网好的网站-欧洲杯买球哪里有正规的买球网站|【​网址​🎉ac123.net🎉​】
欧洲杯买球-欧洲杯买球买球网好的网站-欧洲杯买球哪里有正规的买球网站|【​网址​🎉ac123.net🎉​】
jafiradnan336
 
一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理
一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理
一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理
yqyquge
 
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
k4krdgxx
 
一比一原版(UC毕业证书)堪培拉大学毕业证如何办理
一比一原版(UC毕业证书)堪培拉大学毕业证如何办理一比一原版(UC毕业证书)堪培拉大学毕业证如何办理
一比一原版(UC毕业证书)堪培拉大学毕业证如何办理
wkip62b
 
一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理
一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理
一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理
lyurzi7r
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
340qn0m1
 
一比一原版(KPU毕业证)加拿大昆特兰理工大学毕业证如何办理
一比一原版(KPU毕业证)加拿大昆特兰理工大学毕业证如何办理一比一原版(KPU毕业证)加拿大昆特兰理工大学毕业证如何办理
一比一原版(KPU毕业证)加拿大昆特兰理工大学毕业证如何办理
kmzsy4kn
 
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
stgq9v39
 

Recently uploaded (20)

一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理
一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理
一比一原版(UoN毕业证书)纽卡斯尔大学毕业证如何办理
 
一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理
 
一比一原版(UWS毕业证)澳洲西悉尼大学毕业证如何办理
一比一原版(UWS毕业证)澳洲西悉尼大学毕业证如何办理一比一原版(UWS毕业证)澳洲西悉尼大学毕业证如何办理
一比一原版(UWS毕业证)澳洲西悉尼大学毕业证如何办理
 
一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理
一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理
一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理
 
一比一原版加拿大瑞尔森大学毕业证如何办理
一比一原版加拿大瑞尔森大学毕业证如何办理一比一原版加拿大瑞尔森大学毕业证如何办理
一比一原版加拿大瑞尔森大学毕业证如何办理
 
一比一原版(curtin毕业证)澳洲科廷科技大学毕业证如何办理
一比一原版(curtin毕业证)澳洲科廷科技大学毕业证如何办理一比一原版(curtin毕业证)澳洲科廷科技大学毕业证如何办理
一比一原版(curtin毕业证)澳洲科廷科技大学毕业证如何办理
 
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
 
Intel-Centrino-Mobile-Technology-guidelines
Intel-Centrino-Mobile-Technology-guidelinesIntel-Centrino-Mobile-Technology-guidelines
Intel-Centrino-Mobile-Technology-guidelines
 
一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理
一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理
一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理
 
一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理
一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理
一比一原版(CSU毕业证书)查尔斯特大学毕业证如何办理
 
一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理
一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理
一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理
 
一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理
一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理
一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理
 
欧洲杯买球-欧洲杯买球买球网好的网站-欧洲杯买球哪里有正规的买球网站|【​网址​🎉ac123.net🎉​】
欧洲杯买球-欧洲杯买球买球网好的网站-欧洲杯买球哪里有正规的买球网站|【​网址​🎉ac123.net🎉​】欧洲杯买球-欧洲杯买球买球网好的网站-欧洲杯买球哪里有正规的买球网站|【​网址​🎉ac123.net🎉​】
欧洲杯买球-欧洲杯买球买球网好的网站-欧洲杯买球哪里有正规的买球网站|【​网址​🎉ac123.net🎉​】
 
一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理
一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理
一比一原版(ututaustin毕业证书)美国德克萨斯大学奥斯汀分校毕业证如何办理
 
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
 
一比一原版(UC毕业证书)堪培拉大学毕业证如何办理
一比一原版(UC毕业证书)堪培拉大学毕业证如何办理一比一原版(UC毕业证书)堪培拉大学毕业证如何办理
一比一原版(UC毕业证书)堪培拉大学毕业证如何办理
 
一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理
一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理
一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
 
一比一原版(KPU毕业证)加拿大昆特兰理工大学毕业证如何办理
一比一原版(KPU毕业证)加拿大昆特兰理工大学毕业证如何办理一比一原版(KPU毕业证)加拿大昆特兰理工大学毕业证如何办理
一比一原版(KPU毕业证)加拿大昆特兰理工大学毕业证如何办理
 
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
 

Impquest2

  • 1. 1.Design a detailed xml schema for managing campus placement data including constraints -8 such as a studnt being able to get only one t1/t2 offer,not being able to attend interviews after accepting an offer. 2.create 2 diff ns having common name for elements and show how ns can b used in the xml doc which uses both the ns. - 10 how is this situation handled in relational databases 3.how is data in xml different from data from relational databases tables. -4 4.what are the limitations of DTD?Show how these limitations are overcommed in ML Schema.Illustrate with examples. -10 5.Given an XML <employees> <person> <firstname>.. <lastname>.. <dob>.. <address>.. </person> <person> <firstname>.. <lastname>.. <dob>.. <address>.. </person> </employees> Write the xslt using the xpath expressions to find all nodes in decendent access + the context node,context node is the first person element. 6.what si a predicate in an xpath expression give example. 7.write a line for each of the following xpath functions: position() translate() starts-with() 8.Given an xml as shown below <?xml..> <bookstore> <book catagory="cooking"> <title>..</title> <author>..</author> <year>.. </book> <book catagory="web"> <title>..</title> <author>..</author> <year>.. </book> <book catagory="children"> <title>..</title> <author>..</author> <year>..</year> </book> <book catagory="web"> <title>..</title> <author>..</author> <year>.. </book>
  • 2. </bookstore> write an xquery to generate the following o/p <book count="3"> <book> <title author="">..</title> </book> <book> <title author="">..</title> </book> <book> <title author="">..</title> </book> <book> Display only those books whose year is greater than 2005 Books hav to be ordered by catagory(accending) Where ever the catagory is same for books elements they have to be ordered by title(decending) -4 9.Write an xml documnt and corresponding xml schema doc for the following requirement. *root elem purchase order has attribute name "ordered" type is string(required).Pattern is PID followed by 6 digits.(ex: orderid="PID123456") *purchase order has sequence in following order .. order person(type:String) , shippedto(String), item(occurs atleast once and has following sequence: itemtype(type:enumeraton possible values are book,electronics,furniture default:book), itemcode(type:string pattern: 3chars upper and lower case alphabets and digts ..... second part is '-' followed by exactly 5 digits), description(type:string occurs 0/1 times), Quantity(type:positiveinteger range:5-100).