Definition Type: AttributeGroup
Name: mediaContentCharacteristics1
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Documentation:
A group of typical physical characteristics of media content
Collapse XSD Schema Diagram:
Drilldown into colourdepth in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into videocodecuri in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into videocodec in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into colourindicatoruri in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into colourindicator in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into colourspaceuri in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into colourspace in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into layoutorientationuri in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into layoutorientation in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into orientation in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into heightunituri in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into heightunit in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into height in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into widthunituri in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into widthunit in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into width in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of mediaContentCharacteristics1 in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
width nsB:width Optional
widthunit nsB:widthunit Optional
widthunituri nsB:widthunituri Optional
height nsB:height Optional
heightunit nsB:heightunit Optional
heightunituri nsB:heightunituri Optional
orientation nsB:orientation Optional
layoutorientation nsB:layoutorientation Optional
layoutorientationuri nsB:layoutorientationuri Optional
colourspace nsB:colourspace Optional
colourspaceuri nsB:colourspaceuri Optional
colourindicator nsB:colourindicator Optional
colourindicatoruri nsB:colourindicatoruri Optional
videocodec nsB:videocodec Optional
videocodecuri nsB:videocodecuri Optional
colourdepth nsB:colourdepth Optional