Definition Type: AttributeGroup
Name: mediaContentCharacteristics1
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 colourdepth 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 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_xsdXSD Diagram of mediaContentCharacteristics1 in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
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 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
videocodec nsA:videocodec Optional
videocodecuri nsA:videocodecuri Optional
colourdepth nsA:colourdepth Optional