Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:creationMode
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies whether the resource was created automatically or in a manual or interactive mode
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/automatic
Value for 'Process mode' and its subclasses used for fully automatic processes where the results of the process have undergone no manual edits
enumeration http://w3id.org/meta-share/meta-share/interactive
Value for 'Process mode' and its subclasses used for processes that include some interaction between the processing tool and the human agent performing the process
enumeration http://w3id.org/meta-share/meta-share/manual
Value for 'Process mode' and its subclasses used for processes that are performed manually
enumeration http://w3id.org/meta-share/meta-share/mixed
Value for 'Process mode' and its subclasses used for mixed processes, usually involving an automatic processing followed by human edits
Used by
Source
<xs:element name="creationMode">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies whether the resource was created automatically or in a manual or interactive mode</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/creationMode</identifier>
      <label xml:lang="en">creation mode</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/automatic">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for fully automatic processes where the results of the process have undergone no manual edits</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/automatic</identifier>
            <label xml:lang="en">automatic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/interactive">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for processes that include some interaction between the processing tool and the human agent performing the process</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/interactive</identifier>
            <label xml:lang="en">interactive</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/manual">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for processes that are performed manually</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/manual</identifier>
            <label xml:lang="en">manual</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mixed">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for mixed processes, usually involving an automatic processing followed by human edits</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mixed</identifier>
            <label xml:lang="en">mixed</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>