FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
Web Development
Email
Print
Reprint

add to:
Del.icio.us
Digg
Google
Furl
Slashdot
Y! MyWeb
Blink
April 01, 2005

Digital Libraries & XML-Relational Data Binding

(Page 2 of 4)
April, 2005: Digital Libraries & XML-Relational Data Binding

a)
id name expression cast null datatype
1 activity /activity root NULL NULL
2 title /title string no varchar(200)
3 author /author string yes varchar(100)
4 Year /pub_year number no int(10)
5 text_section /text_section group NULL NULL
6 text_section_name /@name string yes varchar(50)
7 text_block /text_block group NULL Null
8 text string yes text
b)
id group component
1 activity title
2 activity author
3 activity year
4 activity text_section
5 text_section text_section_name
6 text_section text_block
7 text_block text

Table 1: (a) types metamodel table; (b) relation metamodel table.

Previous Page | 1 | 2 | 3 | 4 Next Page
TOP 5 ARTICLES
No Top Articles.



MICROSITES
FEATURED TOPIC

ADDITIONAL TOPICS

INFO-LINK