Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:evaluationMeasure
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Defines whether the evaluation measure is human or automatic
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/automatic1
enumeration http://w3id.org/meta-share/meta-share/human
Used by
Complex Type ms:Evaluation
Source
<xs:element name="evaluationMeasure">
  <xs:annotation>
    <xs:documentation xml:lang="en">Defines whether the evaluation measure is human or automatic</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/evaluationMeasure</identifier>
      <label xml:lang="en">evaluation measure</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/automatic1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/automatic1</identifier>
            <label xml:lang="en">automatic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/human">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/human</identifier>
            <label xml:lang="en">human</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>