oslc_qm
- The Open Services for Lifecycle Collaboration Quality Management namespace - http://open-services.net/xmlns/qm/1.0
/
rdf
- RDF XML namespace - http://www.w3.org/1999/02/22-rdf-syntax-ns#
dc
- The Dublin Core Metadata Terms namespace - http://purl.org/dc/terms/
application/x-oslc-qm-testplan-1.0+xml
.
XML Representation Summary: testplan Element | |
<oslc_qm:testplan rdf:about = xsd:anyURI > Content: (dc:title, dc:identifier, dc:description?, dc:creator?, dc:modified?) </oslc_qm:testplan> | |
Property | Representation |
dc:title | The required title string. Note that this element comes from the DC namespace, allowing tools unaware of the quality management domain to access this element. This is sometimes also referred to as the headline or summary of the resource. |
dc:identifier | The required, read-only identifier string. This is assigned by a quality management system when a resource has been created. |
dc:description | The optional description string. This element comes from the DC namespace, allowing tools completely unaware of the quality management domain to access this element. |
dc:creator | The optional, read-only creator element, identifying the originating user of this resource. |
dc:modified | The optional, read-only modified date time which must conform to RFC3339 format |
rdf:about | The optional, read-only URI of the resource |
<?xml version="1.0" encoding="UTF-8"?> <oslc_qm:testplan xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/terms/" xmlns:oslc_qm="http://open-services.net/xmlns/qm/1.0/" rdf:about="http://example.com/plans/1234"> <dc:title> Pet Store </dc:title> <dc:identifier> 1234 </dc:identifier> <dc:description> Test the Pet Store application. </dc:description> <dc:creator> bob@someplace.com </dc:creator> <dc:modified> 2008-09-16T08:42:11.265Z </dc:modified> </oslc_qm:testplan>
oslc_qm
- The Open Services for Lifecycle Collaboration Quality Management namespace - http://open-services.net/xmlns/qm/1.0
/
rdf
- RDF XML namespace - http://www.w3.org/1999/02/22-rdf-syntax-ns#
dc
- The Dublin Core Metadata Terms namespace - http://purl.org/dc/terms/
application/x-oslc-qm-testcase-1.0+xml
.
XML Representation Summary: testcase Element | |
<oslc_qm:testcase rdf:about = xsd:anyURI > Content: (dc:title, dc:identifier, dc:description?, dc:creator?, dc:modified?) </oslc_qm:testcase> | |
Property | Representation |
dc:title | The required title string. Note that this element comes from the DC namespace, allowing tools unaware of the quality management domain to access this element. This is sometimes also referred to as the headline or summary of the resource. |
dc:identifier | The required, read-only identifier string. This is assigned by a quality management system when a resource has been created. |
dc:description | The optional description string. This element comes from the DC namespace, allowing tools completely unaware of the quality management domain to access this element. |
dc:creator | The optional, read-only creator element, identifying the originating user of this resource. |
dc:modified | The optional, read-only modified date time which must conform to RFC3339 format |
rdf:about | The optional, read-only URI of the resource |
<?xml version="1.0" encoding="UTF-8"?> <oslc_qm:testcase xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/terms/" xmlns:oslc_qm="http://open-services.net/xmlns/qm/1.0/" rdf:about="http://example.com/cases/4567"> <dc:title> Log In </dc:title> <dc:identifier> 4567 </dc:identifier> <dc:description> Test Log In. </dc:description> <dc:creator> bob@someplace.com </dc:creator> <dc:modified> 2008-09-16T08:42:11.265Z </dc:modified> </oslc_qm:testcase>
<?xml version="1.0" encoding="UTF-8"?> <oslc_qm:testcase xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/terms/" xmlns:calm="http://jazz.net/xmlns/prod/jazz/calm/1.0/" xmlns:oslc_qm="http://open-services.net/xmlns/qm/1.0/" rdf:about="http://example.com/cases/acc/screenread1"> <dc:title>Screen reader accessibility</dc:title> <dc:identifier> screenread1 </dc:identifier> <dc:description> Test accessibility of product for screen readers. </dc:description> <calm:testsPlanItem rdf:resource="http://rtc.example.com/changerequests/plan1"/> <calm:validatesRequirement rdf:resource="http://rrc1.example.com/requirements/acc100"/> <calm:validatesRequirement rdf:resource="http://rrc2.company.com/requirements/acc200"/> </oslc_qm:testcase>