Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:validationType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of validation that has been performed on a language resource
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/content
Value for 'Validation type' indicating that the validation is performed on the contents of the resource
enumeration http://w3id.org/meta-share/meta-share/formal
Value for 'Validation type' indicating that the validation is performed on formal aspects of the resource (e.g.,  size, syntactic validation , etc.)
Used by
Complex Type ms:Validation
Source
<xs:element name="validationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of validation that has been performed on a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/validationType</identifier>
      <label xml:lang="en">validation type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/content">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Validation type' indicating that the validation is performed on the contents of the resource</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/content</identifier>
            <label xml:lang="en">content</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/formal">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Validation type' indicating that the validation is performed on formal aspects of the resource (e.g., size, syntactic validation , etc.)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/formal</identifier>
            <label xml:lang="en">formal</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>