Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:otherMedia
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the media types that are linked to the media type described within the same resource
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:LinkToOtherMedia
Source
<xs:element name="otherMedia">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the media types that are linked to the media type described within the same resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/otherMedia</identifier>
      <label xml:lang="en">other media</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>