<xs:element name="hash">
<xs:annotation>
<xs:documentation>Hash value of parts of an item as defined by the hashscope attribute</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="hashtype" type="QCodeType" use="required">
<xs:annotation>
<xs:documentation>The hash algorithm used for creating the hash value.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="scope" type="QCodeType">
<xs:annotation>
<xs:documentation>The scope of a G2 item's content which is the reference for creating the hash value. If the attribute is omitted http://cv.iptc.org/newscodes/hashscope/content is the default value.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|