nc:BinaryHashFunctionCodeType
complexType BinaryHashFunctionCodeType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a hash function used to generate a hash value representing an object encoded in a binary format.
Diagram
XML Schema
<xs:complexType name="BinaryHashFunctionCodeType">
<xs:annotation>
<xs:documentation>
A data type for a hash function used to generate a hash value representing an object encoded in a binary format.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="nc:BinaryHashFunctionCodeSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>