It's all about the answers!

Ask a question

RRC + RPE: How to get the schema for the modulebaselines?


Dr. Markus A. Thies (321113) | asked Nov 23 '13, 4:49 a.m.
edited Nov 23 '13, 12:18 p.m.
I figured out how to include a 'version' history of a module into a document.
It is now described in https://jazz.net/wiki/bin/view/Main/RRCReportableRestAPI#Artifact_types_in_version_3_AN1

But I struggle to get the schema definition of the result so that I can use the result within RPE.
I request the schema via following URL:
https://inst01.rth-de.ihost.com/rm/modulebaselines?metadata=schema&accept=*&private=true

the result is:
<rdf:RDF

    xmlns:dcterms="http://purl.org/dc/terms/"

    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

    xmlns:h="http://www.w3.org/TR/REC-html40"

    xmlns:xs="http://schema.w3.org/xs/"

    xmlns:rm="http://www.ibm.com/xmlns/rdm/rdf/"

    xmlns:dc="http://purl.org/dc/elements/1.1/"

    xmlns:jfs="http://jazz.net/xmlns/foundation/1.0/">

  <rm:BaselineMetadata rdf:about=""/>

</rdf:RDF>


But I am too dum.. to check what to do with that, it is not a schema definition.

Any hint appreciated.

One answer



permanent link
Robert Huet (23112884) | answered Apr 06 '16, 4:49 p.m.
Hi Markus,
I don't know if you are still looking for an answer, but the article below by Dragos includes a link to download the .xsd file for the modulebaselines REST query.  I was able to get this to work in my report template.
http://rpeactual.com/2014/08/08/publishing-dng-module-baseline-metadata/

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.