newsContentAttributes

A group of typical attributes associated with a content rendition

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
creator QCodeType optional
If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a QCode. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.
creatoruri IRIType optional
If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a URI. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.
custom xs:boolean optional
If set to true the corresponding property was added to the G2 Item for a specific customer or group of customers only. The default value of this property is false which applies when this attribute is not used with the property.
generated DateOptTimeType optional
The date (and, optionally, the time) when the content was generated
generator xs:string optional
The name and version of the software tool used to generate the content
hascontent xs:boolean optional
Indicates if the digital data of this rendition is available or not.
how QCodeType optional
Indicates by which means the value was extracted from the content - expressed by a QCode
howuri IRIType optional
Indicates by which means the value was extracted from the content - expressed by a URI
id xs:ID optional
The local identifier of the element which MUST be persistent for all versions of the item, i.e. for its entire lifecycle.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
rendition QCodeType optional
The specific rendition of content this component represents - expressed by a QCode
renditionuri IRIType optional
The specific rendition of content this component represents - expressed by a URI
why QCodeType optional
Why the metadata has been included - expressed by a QCode
whyuri IRIType optional
Why the metadata has been included - expressed by a URI

Used By

Source

<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="creator" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a QCode. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="creatoruri" type="IRIType" use="optional">
    <xs:annotation>
      <xs:documentation>If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a URI. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="modified" type="DateOptTimeType" use="optional">
    <xs:annotation>
      <xs:documentation>The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="custom" type="xs:boolean" use="optional">
    <xs:annotation>
      <xs:documentation>If set to true the corresponding property was added to the G2 Item for a specific customer or group of customers only. The default value of this property is false which applies when this attribute is not used with the property.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="how" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>Indicates by which means the value was extracted from the content - expressed by a QCode</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="howuri" type="IRIType" use="optional">
    <xs:annotation>
      <xs:documentation>Indicates by which means the value was extracted from the content - expressed by a URI</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="why" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>Why the metadata has been included - expressed by a QCode</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="whyuri" type="IRIType" use="optional">
    <xs:annotation>
      <xs:documentation>Why the metadata has been included - expressed by a URI</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="generator" type="xs:string" use="optional">
    <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" use="optional">
    <xs:annotation>
      <xs:documentation>The date (and, optionally, the time) when the content was generated</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>