<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:attribute name="generator" type="xs:string">
<xs:annotation>
<xs:documentation>The name and version of the software tool used to generate the content</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="generated" type="DateOptTimeType">
<xs:annotation>
<xs:documentation>The date (and, optionally, the time) when the content was generated</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|