<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">
<xs:annotation>
<xs:documentation>The hash algorithm used for creating the hash value - expressed by a QCode / either the hashtype or the hashtypeuri attribute MUST be used</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="hashtypeuri" type="IRIType">
<xs:annotation>
<xs:documentation>The hash algorithm used for creating the hash value - expressed by a URI / either the hashtype or the hashtypeuri attribute MUST be used</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 - expressed by a QCode. If the attribute is omitted http://cv.iptc.org/newscodes/hashscope/content is the default value.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="scopeuri" type="IRIType">
<xs:annotation>
<xs:documentation>The scope of a G2 item's content which is the reference for creating the hash value - expressed by a URI. If the attribute is omitted http://cv.iptc.org/newscodes/hashscope/content is the default value.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="commonPowerAttributes" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|