lexs:AttachmentHashValue
A value that represents the results of a hash function applied to an attachment binary.
Element information
Namespace: http://lexs.gov/lexs/4.0
Schema document: lexs.gov/lexs/4.0/lexs.xsd
Type: lexsdigest:HashValueType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- Choice [0..1]
- lexsdigest:HashValueBinaryBase64ObjectA binary base64 value object for a hash.
- lexsdigest:HashValueTextA text value object for a hash.
from subst. group lexsdigest:HashValueRepresentationAbstract - lexsdigest:HashValueMethodAlgorithmText [0..1]A method used to obtain the hash value. For example the "http://www.w3.org/2000/09/xmldsig#sha1" string value if hash was obtained using the SHA1 algorithm.
- Choice [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
Substitution hierarchy
- ulex:AttachmentHashValueAbstract
- lexs:AttachmentHashValue
Sample instance
<lexs:AttachmentHashValue> <lexsdigest:HashValueText>934343</lexsdigest:HashValueText> <lexsdigest:HashValueMethodAlgorithmText>SHA-1</lexsdigest:HashValueMethodAlgorithmText> </lexs:AttachmentHashValue>