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.

ems:Measure

Metric entities: ems:Measure, ems:MeasureDistribution, ems:FactTable, ems:FactDistributionTable, ems:Map, ems:WorkBreakdownStructure

Description

Properties

Property Range Type Occurrence Edits Description
dc:title datatype rdf:XMLLiteral exactly-one read-write A brief title for the measure. Valid XHTML <span> element content.
ems:metric resource rdf:Resource exactly-one read-write A URI that identifies the metric.
ems:unitOfMeasure resource rdf:Resource exactly-one read-write A URI that identifies the unit of measure.
ems:numericValue datatype xsd:decimal exactly-one read-write The numeric value of the measure.

dc:title

This required property gives a short, human-readable title for the measure. Its datatype is XML literal and it MUST contain valid XHTML <span> element content.

ems:metric

This requried property gives a URI that identifies the metric. See Software Metrics Definitions for standard URIs.

ems:unitOfMeasure

This required property gives a URI that identifies the unit of measure. See Software Metrics Definitions for standard URIs.

ems:numericValue

This required property gives the numeric value of the measure.

Examples

Measure 1

The following listing contains an ems:Measure resource that describes an observation of total project duration with an actual value of 6 months.

Listing of Measure 1
<?xml version="1.0"?>
<ems:Measure xmlns:ems="http://open-services.net/software-metrics/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/terms/">
   <dc:title>Total Duration in Months</dc:title>
   <ems:metric
      rdf:resource="http://open-services.net/software-metrics/schedule#duration" />
   <ems:unitOfMeasure
      rdf:resource="http://open-services.net/software-metrics/units#month" />
   <ems:numericValue>6</ems:numericValue>
</ems:Measure>
 

Comments

Enter your comments here:

 
Edit | Attach | Print version | History: r8 | r6 < r5 < r4 < r3 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r4 - 07 Apr 2010 - 20:16:21 - ArthurRyman
 
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