<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">
<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">
<xs:annotation>
<xs:documentation>The specific rendition of content this component represents</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|