Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:evaluationType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the evaluation type
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/blackBox
enumeration http://w3id.org/meta-share/meta-share/glassBox
Used by
Complex Type ms:Evaluation
Source
<xs:element name="evaluationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the evaluation type</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/evaluationType</identifier>
      <label xml:lang="en">evaluation type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/blackBox">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/blackBox</identifier>
            <label xml:lang="en">black box</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/glassBox">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/glassBox</identifier>
            <label xml:lang="en">glass box</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>