Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:quality
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the quality level of image resource
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/high1
enumeration http://w3id.org/meta-share/meta-share/low1
enumeration http://w3id.org/meta-share/meta-share/medium1
enumeration http://w3id.org/meta-share/meta-share/veryHigh1
enumeration http://w3id.org/meta-share/meta-share/veryLow1
Used by
Complex Type ms:ImageFormat
Source
<xs:element name="quality">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the quality level of image resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/quality</identifier>
      <label xml:lang="en">quality</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/high1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/high1</identifier>
            <label xml:lang="en">high</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/low1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/low1</identifier>
            <label xml:lang="en">low</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/medium1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/medium1</identifier>
            <label xml:lang="en">medium</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/veryHigh1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/veryHigh1</identifier>
            <label xml:lang="en">very high</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/veryLow1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/veryLow1</identifier>
            <label xml:lang="en">very low</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>