This wiki is locked. Future workgroup activity and specification development must take place at our new wiki. For more information, see this blog post about the new governance model and this post about changes to the website.
<?xml version="1.0" encoding="UTF-8"?>
<oslc_sd:ServiceDescriptor
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:oslc_sd="http://open-services.net/xmlns/commons/servicedescription/1.0/"
xmlns:oslc_report="http://open-services.net/xmlns/reporting/1.0/"
rdf:about="http://example.com/services/rm-service-descriptor.xml">

  <dc:title xml:lang="en-GB">Project foo report data</dc:title>
  <dc:description xml:lang="en-GB">Provides OSLC reporting data for RQM project foo</dc:description>
  <dc:contributor>
    <oslc_sd:Contributor>
      <dc:title>IBM Rational Quality Manager project foo</dc:title>
      <dc:identifier>http://rqmserver/jazz/oslc_qm/projects/foo/</dc:identifier>
      <oslc_sd:icon rdf:resource="https://rqmserver/foo.jpg"/>
      <oslc_sd:home>
        <oslc_sd:Home>
          <dc:title>IBM Rational Quality Manager Web Console</dc:title>
          <oslc_sd:application rdf:resource="https://rqmserver/jazz/web/console/foo"/>
        </oslc_sd:Home>
      </oslc_sd:home>
    </oslc_sd:Contributor>
  </dc:contributor>

  <oslc_report:schemaEnquiry>
    <oslc_report:Query>
      <dc:title>Service to explore schema of reporting context.</dc:title>
      <oslc_report:query rdf:resource="https://rqmserver/jazz/oslc_qm/projects/foo/schema"/>
    </oslc_report:Query>
  </oslc_report:schemaEnquiry>

  <oslc_report:queryEvaluation >
    <oslc_report:Query>
      <dc:title>Service to evaluate test plan queries within reporting context.</dc:title>
      <oslc_report:query rdf:resource="https://rqmserver/jazz/oslc_qm/projects/foo/testplan/query?something=value"/>
    </oslc_report:Query>
  </oslc_report:queryEvaluation >

  <oslc_report:queryEvaluation >
    <oslc_report:Query>
      <dc:title>Service to evaluate test case queries within reporting context.</dc:title>
      <oslc_report:query rdf:resource="https://rqmserver/jazz/oslc_qm/projects/foo/testcase/query?something=value"/>
    </oslc_report:Query>
  </oslc_report:queryEvaluation >

  <oslc_report:queryEvaluation >
    <oslc_report:Query>
      <dc:title>Service to evaluate test script queries within reporting context.</dc:title>
      <oslc_report:query rdf:resource="https://rqmserver/jazz/oslc_qm/projects/foo/testscript/query?something=value"/>
    </oslc_report:Query>
  </oslc_report:queryEvaluation >

  <oslc_report:queryEvaluation >
    <oslc_report:Query>
      <dc:title>Service to evaluate test execution record queries within reporting context.</dc:title>
      <oslc_report:query rdf:resource="https://rqmserver/jazz/oslc_qm/projects/foo/ter/query?something=value"/>
    </oslc_report:Query>
  </oslc_report:queryEvaluation >

  <oslc_report:queryEvaluation >
    <oslc_report:Query>
      <dc:title>Service to evaluate execution result queries within reporting context.</dc:title>
      <oslc_report:query rdf:resource="https://rqmserver/jazz/oslc_qm/projects/foo/executionresult/query?something=value"/>
    </oslc_report:Query>
  </oslc_report:queryEvaluation >

  <oslc_report:queryEvaluation >
    <oslc_report:Query>
      <dc:title>Service to evaluate test suite queries within reporting context.</dc:title>
      <oslc_report:query rdf:resource="https://rqmserver/jazz/oslc_qm/projects/foo/testsuite/query?something=value"/>
    </oslc_report:Query>
  </oslc_report:queryEvaluation >

  <oslc_report:queryEvaluation >
    <oslc_report:Query>
      <dc:title>Service to evaluate test suite results queries within reporting context.</dc:title>
      <oslc_report:query rdf:resource="https://rqmserver/jazz/oslc_qm/projects/foo/testsuiteresults/query?something=value"/>
    </oslc_report:Query>
  </oslc_report:queryEvaluation >


  ... etc. Basically a queryEvaluation for every type of resource


</oslc_sd:ServiceDescriptor>
Edit | Attach | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 07 Dec 2009 - 15:43:34 - PaulMcMahan
Main.QmReportServiceDocumentExample moved from Main.QmExample on 07 Dec 2009 - 15:43 by PaulMcMahan - put it back
 
This site is powered by the TWiki collaboration platform Copyright � by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Contributions are governed by our Terms of Use
Ideas, requests, problems regarding this site? Send feedback