Definition Type: AttributeGroup
Name: newsContentCharacteristics
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
Documentation:
A group of typical physical characteristics of media content
Collapse XSD Schema Diagram:
Drilldown into videodefinitionuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into videodefinition in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into videoscalinguri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into videoscaling in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into videosampling in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into videoaspectratio in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into videoscan in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into videoframerate in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into videovbr in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into videoavgbitrate in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into videocodecuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into videocodec in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into audiochannelsuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into audiochannels in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into audiosamplerate in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into audiosamplesize in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into audiovbr in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into audiobitrate in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into audiocodecuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into audiocodec in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into durationunituri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into durationunit in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into duration in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into resolution in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into colourdepth in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into colourindicatoruri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into colourindicator in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into colourspaceuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into colourspace in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into layoutorientationuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into layoutorientation in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into orientation in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into heightunituri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into heightunit in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into height in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into widthunituri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into widthunit in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into width in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into pagecount in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into linecount in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into wordcount in schema newsml-g2_2_22-spec-all-power_xsdXSD Diagram of newsContentCharacteristics in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attributeGroup name="newsContentCharacteristics">
    <xs:annotation>
        <xs:documentation>A group of typical physical characteristics of media content </xs:documentation>
    </xs:annotation>
    <xs:attribute name="wordcount" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The count of words of textual content.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="linecount" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The count of lines of textual content</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="pagecount" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The count of pages of the content</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="width" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The image width for 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</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 - 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 - 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="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:attribute name="resolution" type="xs:positiveInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The recommended printing resolution for an image in dots per inch</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="duration" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The clip duration in time units defined by durationUnit. The default time unit is seconds. Applies to audio-visual content.
</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="durationunit" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>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</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="durationunituri" type="IRIType" use="optional">
        <xs:annotation>
            <xs:documentation>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</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="audiocodec" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>The applicable codec for audio data - expressed by a QCode</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="audiocodecuri" type="IRIType" use="optional">
        <xs:annotation>
            <xs:documentation>The applicable codec for audio data - expressed by a URI</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="audiobitrate" type="xs:positiveInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The audio bit rate in  bits per second</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="audiovbr" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation>An indication that the audio data is encoded with a variable bit rate</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="audiosamplesize" type="xs:positiveInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The number of bits per audio sample</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="audiosamplerate" type="xs:positiveInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The number of audio samples per second, expressed as a sampling frequency in Hz</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="audiochannels" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>The audio sound system - expressed by a QCode</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="audiochannelsuri" type="IRIType" use="optional">
        <xs:annotation>
            <xs:documentation>The audio sound system - 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 - 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 - expressed by a URI</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="videoavgbitrate" type="xs:positiveInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The video average bit rate in bits per second. Used when the bit rate is variable</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="videovbr" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation>An indication that video data is encoded with a variable bit rate</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="videoframerate" type="xs:decimal" use="optional">
        <xs:annotation>
            <xs:documentation>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</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="videoscan" use="optional">
        <xs:annotation>
            <xs:documentation>The video scan technique, progressive or interlaced</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
            <xs:restriction base="xs:string">
                <xs:enumeration value="progressive" />
                <xs:enumeration value="interlaced" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="videoaspectratio" type="g2normalizedString" use="optional">
        <xs:annotation>
            <xs:documentation>The video aspect ratio</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="videosampling" type="g2normalizedString" use="optional">
        <xs:annotation>
            <xs:documentation>The video sampling method</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="videoscaling" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>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/ </xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="videoscalinguri" type="IRIType" use="optional">
        <xs:annotation>
            <xs:documentation>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/</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="videodefinition" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>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/</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="videodefinitionuri" type="IRIType" use="optional">
        <xs:annotation>
            <xs:documentation>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/ </xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
wordcount nsA:wordcount Optional
linecount nsA:linecount Optional
pagecount nsA:pagecount Optional
width nsA:width Optional
widthunit nsA:widthunit Optional
widthunituri nsA:widthunituri Optional
height nsA:height Optional
heightunit nsA:heightunit Optional
heightunituri nsA:heightunituri Optional
orientation nsA:orientation Optional
layoutorientation nsA:layoutorientation Optional
layoutorientationuri nsA:layoutorientationuri Optional
colourspace nsA:colourspace Optional
colourspaceuri nsA:colourspaceuri Optional
colourindicator nsA:colourindicator Optional
colourindicatoruri nsA:colourindicatoruri Optional
colourdepth nsA:colourdepth Optional
resolution nsA:resolution Optional
duration nsA:duration Optional
durationunit nsA:durationunit Optional
durationunituri nsA:durationunituri Optional
audiocodec nsA:audiocodec Optional
audiocodecuri nsA:audiocodecuri Optional
audiobitrate nsA:audiobitrate Optional
audiovbr nsA:audiovbr Optional
audiosamplesize nsA:audiosamplesize Optional
audiosamplerate nsA:audiosamplerate Optional
audiochannels nsA:audiochannels Optional
audiochannelsuri nsA:audiochannelsuri Optional
videocodec nsA:videocodec Optional
videocodecuri nsA:videocodecuri Optional
videoavgbitrate nsA:videoavgbitrate Optional
videovbr nsA:videovbr Optional
videoframerate nsA:videoframerate Optional
videoscan nsA:videoscan Optional
videoaspectratio nsA:videoaspectratio Optional
videosampling nsA:videosampling Optional
videoscaling nsA:videoscaling Optional
videoscalinguri nsA:videoscalinguri Optional
videodefinition nsA:videodefinition Optional
videodefinitionuri nsA:videodefinitionuri Optional