nc:BinaryHashType

complexType BinaryHashType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a hash value representing an object encoded in a binary format.

Diagram

XML Schema

<xs:complexType name="BinaryHashType">
<xs:annotation>
<xs:documentation>
A data type for a hash value representing an object encoded in a binary format.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:BinaryHashCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryHashFunctionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryHashAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>