• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

XML schema preparation for SCDJWS

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
I'm preparing for SCDJWS .I have started with XML technologies.Currently i'm practising writing XML schemas.Can you tell me if it's neccesary to know all the different elements ,attributes ,(their default values) etc.in a xml schema file for the SCDJWS exam.

regards,
kumari
 
Ranch Hand
Posts: 445
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I dont think that you will have to memorize all those elements. But conceptually you need to understand important elements that are used to in xml schma.
for e.g following are important.
1) How to define elements and types
2) How to define complex and simple types
3) How to inherit and restrict complex types
4) Various facets available for simple types
5) Importing and including other schemas
etc..
HTH
 
reply
    Bookmark Topic Watch Topic
  • New Topic