Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:evaluationCriterion
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Defines the criterion(s) of the evaluation of a tool
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/extrinsic
enumeration http://w3id.org/meta-share/meta-share/intrinsic
Used by
Complex Type ms:Evaluation
Source
<xs:element name="evaluationCriterion">
  <xs:annotation>
    <xs:documentation xml:lang="en">Defines the criterion(s) of the evaluation of a tool</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/evaluationCriterion</identifier>
      <label xml:lang="en">evaluation criterion</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/extrinsic">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/extrinsic</identifier>
            <label xml:lang="en">extrinsic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/intrinsic">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/intrinsic</identifier>
            <label xml:lang="en">intrinsic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>