<xs:element name="signal">
<xs:annotation>
<xs:documentation>An instruction to the processor that the content requires special handling.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="QualPropType">
<xs:attribute name="severity" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>Indicates how severe the impact from the signal is - expressed by a QCode. The recommended vocabular is the IPTC Severity NewsCodes http://cv.iptc.org/newscodes/severity/</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="severityuri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>Indicates how severe the impact from the signal is - expressed by a URI. The recommended vocabular is the IPTC Severity NewsCodes http://cv.iptc.org/newscodes/severity/</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|