Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the media type of a language resource (the physical medium of the contents representation) or of the input/output of a language processing tool/service; each media type is described through a distinctive set of technical features; a language resource may consist of different media parts
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/audio
Value for 'MediaType' for the form of a language resource (part) composed of or relating to sound(s)
enumeration http://w3id.org/meta-share/meta-share/image
Value for 'Media type' for the for of a language resource (part) consisting of visual representations (e.g.,  pictures, photos)
enumeration http://w3id.org/meta-share/meta-share/text
Value for 'MediaType' for the written or printed form of a language resource (part)
enumeration http://w3id.org/meta-share/meta-share/textNumerical
enumeration http://w3id.org/meta-share/meta-share/video
Value for 'Media type' for the audiovisual form of a language resource (part)
Used by
Complex Type ms:ProcessingResource
Source
<xs:element name="mediaType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the media type of a language resource (the physical medium of the contents representation) or of the input/output of a language processing tool/service; each media type is described through a distinctive set of technical features; a language resource may consist of different media parts</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/mediaType</identifier>
      <label xml:lang="en">media type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/audio">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'MediaType' for the form of a language resource (part) composed of or relating to sound(s)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/audio</identifier>
            <label xml:lang="en">audio</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/image">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Media type' for the for of a language resource (part) consisting of visual representations (e.g., pictures, photos)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/image</identifier>
            <label xml:lang="en">image</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/text">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'MediaType' for the written or printed form of a language resource (part)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/text</identifier>
            <label xml:lang="en">text</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/textNumerical">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/textNumerical</identifier>
            <label xml:lang="en">numerical text</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/video">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Media type' for the audiovisual form of a language resource (part)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/video</identifier>
            <label xml:lang="en">video</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>