• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Schemas for the Exam???

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
till now i was studying xml using xml unleashed,it had given a lot of examples based on the microsoft schemas,today i gave a sample test from the ibm site for the first time and i failed.
i got 30 right questions instead of 38,forget it,what i want to say is ,the question mostly asked where i think based on ibm schemas.
for example
simpletype,complextype,element
these were new for me,
in the case of microsoft schemas,i used tags like
<ElementType name="xx">and then <element type="xx">
similarly for attributes
now what shud i do,i think i shud study xml based on ibm schemas to clear the exam.
help me out plz.
is it necessary just to know the microsoft schemas to clear.
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Everything in the IBM exam is based on W3C specs. This means you will need to know standard XML related specifications as approved by W3C. Specific implementations such as Microsoft may or may not qualify depending on whether they are in line with the specs.
... more over, as they say, there is Java and then there is Microsoft's Java
 
Pay attention! Tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic