quantifyAttributes

A group of attriubutes quantifying the property value

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
confidence Int100Type optional
The confidence with which the metadata has been assigned.
derivedfrom QCodeListType optional
A reference to the concept from which the concept identified by qcode was derived/inferred - use DEPRECATED in NewsML-G2 2.12 and higher, use the derivedFrom element
relevance Int100Type optional
The relevance of the metadata to the news content to which it is attached.

Used By

Source

<xs:attributeGroup name="quantifyAttributes">
  <xs:annotation>
    <xs:documentation>A group of attriubutes quantifying the property value</xs:documentation>
  </xs:annotation>
  <xs:attribute name="confidence" type="Int100Type" use="optional">
    <xs:annotation>
      <xs:documentation>The confidence with which the metadata has been assigned.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="relevance" type="Int100Type" use="optional">
    <xs:annotation>
      <xs:documentation>The relevance of the metadata to the news content to which it is attached.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="derivedfrom" type="QCodeListType" use="optional">
    <xs:annotation>
      <xs:documentation>A reference to the concept from which the concept identified by qcode was derived/inferred - use DEPRECATED in NewsML-G2 2.12 and higher, use the derivedFrom element</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>