mediaContentCharacteristics1

A group of typical physical characteristics of media content

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
colourdepth xs:nonNegativeInteger optional
The bit depth defining the spread of colour data within each sample.
colourindicator QCodeType optional
Indicates whether the still or moving image is coloured or black and white. The recommended vocabulary is the IPTC Colour Indicator NewsCodes http://cv.iptc.org/newscodes/colourindicator/ - expressed by a QCode
colourindicatoruri IRIType optional
Indicates whether the still or moving image is coloured or black and white. The recommended vocabulary is the IPTC Colour Indicator NewsCodes http://cv.iptc.org/newscodes/colourindicator/ - expressed by a URI
colourspace QCodeType optional
The colour space of an image. Applies to image icons - expressed by a QCode
colourspaceuri IRIType optional
The colour space of an image. Applies to image icons - expressed by a URI
height xs:nonNegativeInteger optional
The height of visual content.
heightunit QCodeType optional
If present defines the height unit for the heigth - expressed by a QCode
heightunituri IRIType optional
If present defines the height unit for the heigth - expressed by a URI
layoutorientation QCodeType optional
Indicates whether the human interpretation of the top of the image is aligned to its short or long side - expressed by a QCode
layoutorientationuri IRIType optional
Indicates whether the human interpretation of the top of the image is aligned to its short or long side - expressed by a URI
orientation xs:nonNegativeInteger optional
The orientation of the visual content of an image in regard to the standard rendition of the digital image data. Values in the range of 1 to 8 are compatible with the TIFF 6.0 and Exif 2.3 specifications. Applies to image content.
videocodec QCodeType optional
The applicable codec for video data. Applies to video icons - expressed by a QCode
videocodecuri IRIType optional
The applicable codec for video data. Applies to video icons - expressed by a URI
width xs:nonNegativeInteger optional
The width of visual content.
widthunit QCodeType optional
If present defines the width unit for the width - expressed by a QCode
widthunituri IRIType optional
If present defines the width unit for the width - expressed by a URI

Used By

Element icon

Source

<xs:attributeGroup name="mediaContentCharacteristics1">
  <xs:annotation>
    <xs:documentation>A group of typical physical characteristics of media content</xs:documentation>
  </xs:annotation>
  <xs:attribute name="width" type="xs:nonNegativeInteger" use="optional">
    <xs:annotation>
      <xs:documentation>The width of visual content.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="widthunit" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>If present defines the width unit for the width - expressed by a QCode</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="widthunituri" type="IRIType" use="optional">
    <xs:annotation>
      <xs:documentation>If present defines the width unit for the width - expressed by a URI</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="height" type="xs:nonNegativeInteger" use="optional">
    <xs:annotation>
      <xs:documentation>The height of visual content.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="heightunit" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>If present defines the height unit for the heigth - expressed by a QCode</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="heightunituri" type="IRIType" use="optional">
    <xs:annotation>
      <xs:documentation>If present defines the height unit for the heigth - expressed by a URI</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="orientation" type="xs:nonNegativeInteger" use="optional">
    <xs:annotation>
      <xs:documentation>The orientation of the visual content of an image in regard to the standard rendition of the digital image data. Values in the range of 1 to 8 are compatible with the TIFF 6.0 and Exif 2.3 specifications. Applies to image content.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="layoutorientation" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>Indicates whether the human interpretation of the top of the image is aligned to its short or long side - expressed by a QCode</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="layoutorientationuri" type="IRIType" use="optional">
    <xs:annotation>
      <xs:documentation>Indicates whether the human interpretation of the top of the image is aligned to its short or long side - expressed by a URI</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="colourspace" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>The colour space of an image. Applies to image icons - expressed by a QCode</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="colourspaceuri" type="IRIType" use="optional">
    <xs:annotation>
      <xs:documentation>The colour space of an image. Applies to image icons - expressed by a URI</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="colourindicator" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>Indicates whether the still or moving image is coloured or black and white. The recommended vocabulary is the IPTC Colour Indicator NewsCodes http://cv.iptc.org/newscodes/colourindicator/ - expressed by a QCode</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="colourindicatoruri" type="IRIType" use="optional">
    <xs:annotation>
      <xs:documentation>Indicates whether the still or moving image is coloured or black and white. The recommended vocabulary is the IPTC Colour Indicator NewsCodes http://cv.iptc.org/newscodes/colourindicator/ - expressed by a URI</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="videocodec" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>The applicable codec for video data. Applies to video icons - expressed by a QCode</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="videocodecuri" type="IRIType" use="optional">
    <xs:annotation>
      <xs:documentation>The applicable codec for video data. Applies to video icons - expressed by a URI</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="colourdepth" type="xs:nonNegativeInteger" use="optional">
    <xs:annotation>
      <xs:documentation>The bit depth defining the spread of colour data within each sample.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>