j:BinaryHashValueType

complexType BinaryHashValueType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/

Definition

A data type for a binary hash value.

Diagram

XML Schema

<xs:complexType name="BinaryHashValueType">
<xs:annotation>
<xs:documentation>
A data type for a binary hash value.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:HashValueBase64BinaryObject" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HashValueMethodAlgorithmText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:HashValueText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BinaryHashValueAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>