It's all about the answers!

Ask a question

how to validate my xml file with qm.xsd schema


Nand Chavan (11112) | asked Nov 28 '12, 4:11 p.m.
retagged Nov 29 '12, 8:11 a.m. by Pramod Chandoria (2.1k11220)

Hello,

I have a requirement to validate my xml file with qm.xsd schema.

I usually validate with RAP (Rational app developer) as follows:

  • Create schema file
  • Create xml file using above Schema file. And can validate xml file with no problem.

But I could not validate my xml file against qm.xsd. Here is what I tried:

Can you please tell how to validate my xml file using qm.xsd? 

Thanks

nand

One answer



permanent link
Pramod Chandoria (2.1k11220) | answered Nov 29 '12, 8:00 a.m.
JAZZ DEVELOPER
qm.xsd makes references to other schema files, you will need all files to get it compiled by some tool for validation purpose

Comments
Paul Slauenwhite commented Nov 30 '12, 7:02 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

Correct.  You would need to pull in all the RQM schemas (see https://jazz.net/wiki/bin/view/Main/RqmApi#RQM_Schema). 

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.