Definition Type: AttributeGroup
Name: newsContentAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Documentation:
A group of typical attributes associated with a content rendition
Collapse XSD Schema Diagram:
Drilldown into hascontent in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into renditionuri in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into rendition in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into id in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of newsContentAttributes in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
Collapse XSD Schema Code:
<xs:attributeGroup name="newsContentAttributes">
    <xs:annotation>
        <xs:documentation>A group of typical attributes associated with a content rendition</xs:documentation>
    </xs:annotation>
    <xs:attribute name="id" type="xs:ID" use="optional">
        <xs:annotation>
            <xs:documentation>The local identifier of the element which MUST be persistent for all versions of the item, i.e. for its entire lifecycle.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="rendition" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>The specific rendition of content this component represents - expressed by a QCode</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="renditionuri" type="IRIType" use="optional">
        <xs:annotation>
            <xs:documentation>The specific rendition of content this component represents - expressed by a URI</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="hascontent" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation>Indicates if the digital data of this rendition is available or not. </xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id Optional
rendition nsB:rendition Optional
renditionuri nsB:renditionuri Optional
hascontent nsB:hascontent Optional