dfxml:hashDigestType

The hash algorithm that applies to this object.

Simple Type Information

Used By

Source

<xs:simpleType name="hashDigestType">
  <xs:annotation>
    <xs:documentation>The hash algorithm that applies to this object.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="SHA1"/>
    <xs:enumeration value="SHA256"/>
    <xs:enumeration value="MD5"/>
    <xs:enumeration value="MD6"/>
    <xs:enumeration value="OTHER"/>
    <xs:enumeration value="sha1"/>
    <xs:enumeration value="sha256"/>
    <xs:enumeration value="md5"/>
    <xs:enumeration value="md6"/>
    <xs:enumeration value="other"/>
  </xs:restriction>
</xs:simpleType>