Definition Type: AttributeGroup
Name: quantifyAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
Documentation:
A group of attriubutes quantifying the property value
Collapse XSD Schema Diagram:
Drilldown into derivedfrom in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into relevance in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into confidence in schema newsml-g2_2_22-spec-all-power_xsdXSD Diagram of quantifyAttributes in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
confidence nsA:confidence Optional
relevance nsA:relevance Optional
derivedfrom nsA:derivedfrom Optional