Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:colourSpace
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Defines the colour space for the video
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/4:2:24four_2_2
enumeration http://w3id.org/meta-share/meta-share/CMYK
enumeration http://w3id.org/meta-share/meta-share/RGB
enumeration http://w3id.org/meta-share/meta-share/YUV
Used by
Source
<xs:element name="colourSpace">
  <xs:annotation>
    <xs:documentation xml:lang="en">Defines the colour space for the video</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/colourSpace</identifier>
      <label xml:lang="en">colour space</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/4:2:24four_2_2">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/4:2:24four_2_2</identifier>
            <label xml:lang="en">4:2:2</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/CMYK">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/CMYK</identifier>
            <label xml:lang="en">CMYK</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/RGB">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/RGB</identifier>
            <label xml:lang="en">RGB</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/YUV">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/YUV</identifier>
            <label xml:lang="en">YUV</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>