Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:evaluationLevel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the evaluation level
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/diagnostic
enumeration http://w3id.org/meta-share/meta-share/impact
enumeration http://w3id.org/meta-share/meta-share/technological
enumeration http://w3id.org/meta-share/meta-share/usage
Used by
Complex Type ms:Evaluation
Source
<xs:element name="evaluationLevel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the evaluation level</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/evaluationLevel</identifier>
      <label xml:lang="en">evaluation level</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/diagnostic">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/diagnostic</identifier>
            <label xml:lang="en">diagnostic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/impact">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/impact</identifier>
            <label xml:lang="en">impact</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/technological">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/technological</identifier>
            <label xml:lang="en">technological</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/usage">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/usage</identifier>
            <label xml:lang="en">usage</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>