newsContentCharacteristics

The characteristics of the content of a News Item

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
audiobitrate xs:positiveInteger optional
The audio bit rate in  bits per second
audiochannels QCodeType optional
The audio sound system - expressed by a QCode
audiochannelsuri IRIType optional
The audio sound system - expressed by a URI
audiocodec QCodeType optional
The applicable codec for audio data - expressed by a QCode
audiocodecuri IRIType optional
The applicable codec for audio data - expressed by a URI
audiosamplerate xs:positiveInteger optional
The number of audio samples per second, expressed as a sampling frequency in Hz
audiosamplesize xs:positiveInteger optional
The number of bits per audio sample
audiovbr xs:boolean optional
An indication that the audio data is encoded with a variable bit rate
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 - expressed by a QCode
colourspaceuri IRIType optional
The colour space of an image - expressed by a URI
creator QCodeType optional
If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a QCode. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.
creatoruri IRIType optional
If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a URI. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.
custom xs:boolean optional
If set to true the corresponding property was added to the G2 Item for a specific customer or group of customers only. The default value of this property is false which applies when this attribute is not used with the property.
duration xs:string optional
The clip duration in time units defined by durationUnit. The default time unit is seconds. Applies to audio-visual content.
durationunit QCodeType optional
If present it defines the time unit for the duration attribute. Only codes for integer value time units of the recommended CV (available at http://cv.iptc.org/newscodes/timeunit/ )  must be applied - expressed by a QCode
durationunituri IRIType optional
If present it defines the time unit for the duration attribute. Only codes for integer value time units of the recommended CV (available at http://cv.iptc.org/newscodes/timeunit/ )  must be applied - 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
how QCodeType optional
Indicates by which means the value was extracted from the content - expressed by a QCode
howuri IRIType optional
Indicates by which means the value was extracted from the content - expressed by a URI
id xs:ID optional
The local identifier of the property.
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
linecount xs:nonNegativeInteger optional
The count of lines of textual content
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
orientation xs:nonNegativeInteger optional
The orientation of the visual content of an image in regard to the standard rendition of the digital image data
pagecount xs:nonNegativeInteger optional
The count of pages of the content
pubconstraint QCodeListType optional
One or many constraints that apply to publishing the value of the property - expressed by a QCode. Each constraint applies to all descendant elements.
pubconstrainturi IRIListType optional
One or many constraints that apply to publishing the value of the property - expressed by a URI. Each constraint applies to all descendant elements.
resolution xs:positiveInteger optional
The recommended printing resolution for an image in dots per inch
videoaspectratio g2normalizedString optional
The video aspect ratio
videoavgbitrate xs:positiveInteger optional
The video average bit rate in bits per second. Used when the bit rate is variable
videocodec QCodeType optional
The applicable codec for video data - expressed by a QCode
videocodecuri IRIType optional
The applicable codec for video data - expressed by a URI
videodefinition QCodeType optional
Indicates which video definition is applied to this rendition of video content - expressed by a QCode - but it does not imply any particular technical characteristics of the video.The recommended vocabulary is the IPTC Video Definition NewsCodes http://cv.iptc.org/newscodes/videodefinition/
videodefinitionuri IRIType optional
Indicates which video definition is applied to this rendition of video content - expressed by a URI - but it does not imply any particular technical characteristics of the video.The recommended vocabulary is the IPTC Video Definition NewsCodes http://cv.iptc.org/newscodes/videodefinition/
videoframerate xs:decimal optional
The number of video frames per second, i.e. the rate at which the material should be shown in order to achieve the intended visual effect
videosampling g2normalizedString optional
The video sampling method
videoscaling QCodeType optional
Indicates how the original content was scaled to this format - expressed by a QCode. The recommended vocabulary is the IPTC Video Scaling NewsCodes http://cv.iptc.org/newscodes/videoscaling/
videoscalinguri IRIType optional
Indicates how the original content was scaled to this format - expressed by a URI. The recommended vocabulary is the IPTC Video Scaling NewsCodes http://cv.iptc.org/newscodes/videoscaling/
videoscan restriction of xs:string optional
The video scan technique, progressive or interlaced
videovbr xs:boolean optional
An indication that video data is encoded with a variable bit rate
why QCodeType optional
Why the metadata has been included - expressed by a QCode
whyuri IRIType optional
Why the metadata has been included - expressed by a URI
width xs:nonNegativeInteger optional
The image width for 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
wordcount xs:nonNegativeInteger optional
The count of words of textual content.

Source

<xs:element name="newsContentCharacteristics" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The characteristics of the content of a News Item</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="commonPowerAttributes"/>
    <xs:attributeGroup ref="newsContentCharacteristics"/>
  </xs:complexType>
</xs:element>

Sample