Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:unitOfMeasureMetric
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the unit of measure used in the calculation of the metric (for the evaluation of a tool/service)
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Source
<xs:element name="unitOfMeasureMetric">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the unit of measure used in the calculation of the metric (for the evaluation of a tool/service)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/unitOfMeasureMetric</identifier>
      <label xml:lang="en">unit of measure</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>