<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>
|