Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:recordingQuality
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the audio or video recording quality
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/high
enumeration http://w3id.org/meta-share/meta-share/low
enumeration http://w3id.org/meta-share/meta-share/medium
enumeration http://w3id.org/meta-share/meta-share/veryHigh
enumeration http://w3id.org/meta-share/meta-share/veryLow
Used by
Complex Type ms:AudioFormat
Source
<xs:element name="recordingQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the audio or video recording quality</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/recordingQuality</identifier>
      <label xml:lang="en">recording quality</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/high">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/high</identifier>
            <label xml:lang="en">high</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/low">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/low</identifier>
            <label xml:lang="en">low</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/medium">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/medium</identifier>
            <label xml:lang="en">medium</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/veryHigh">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/veryHigh</identifier>
            <label xml:lang="en">very high</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/veryLow">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/veryLow</identifier>
            <label xml:lang="en">very low</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>