ulex:AttachmentSearchRequestMessage
A message that defines a search for Data Items containing attachments matching specific criteria.
Element information
Namespace: http://ulex.gov/ulex/2.0
Schema document: ulex.gov/ulex/2.0/ulex.xsd
Type: ulex:AttachmentSearchRequestMessageType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ulex:SRMessageMetadata [1..1]Metadata about an SR message.
- Choice [0..1]
- lexs:UserAssertionAn assertion about the user submitting a request.
- ulex:UserAssertionA user assertion that allows a domain to utilize name/value pair attributes or some other hierarchical user assertion when the provided user assertions are not applicable.
- ulex:UserAssertionSAMLA wrapper for a SAML 2.0 user assertion.
from subst. group ulex:UserAssertionAbstract - lexs:UserAttentionTo [0..1]An assertion indicating the user to whose attention a response should be sent.
- ulex:SearchRequestMetadata [1..1]Metadata about a search request. This metadata is used in StructuredSearchRequestMessage in a doStructuredSearch request and in TextSearchRequestMessage in a doTextSearch request.
- ulex:Attachment [0..1]An attachment uniquely identified by an AttachmentURI and that holds an attachment as defined in ulex:AttachmentContentAbstract. May contain data-related information such as a mug shot, fingerprint, sound file or other binaries or stylesheets used by Rendering Instructions.
- ulex:AttachmentSummaryConnectionQName [0..*]A name of the Digest attachment summary connection. Allows a requestor to limit the kinds of attachments that should be returned in a query, for example to limit the attachments in a response to those that represent person facial images.
- lexs:AttachmentHashValue [0..*]A value that represents the results of a hash function applied to an attachment binary.
from type ulex:SRMessageTypefrom type ulex:RequestMessageTypefrom subst. group ulex:UserAttentionToAbstractfrom type ulex:SearchRequestMessageTypefrom subst. group ulex:AttachmentHashValueAbstract
Attributes
None
Used in
Sample instance
<ulex:AttachmentSearchRequestMessage> <ulex:SRMessageMetadata> <ulex:ULEXFrameworkVersionText>2.0</ulex:ULEXFrameworkVersionText> <ulex:ULEXImplementation> <ulex:ULEXImplementationVersionText>4.0</ulex:ULEXImplementationVersionText> <ulex:ULEXImplementationName>LEXS</ulex:ULEXImplementationName> </ulex:ULEXImplementation> <ulex:MessageDateTime>2006-12-17T09:30:47.0Z</ulex:MessageDateTime> <wsa:MessageID>uuid:ab19b2f2-d64c-44c6-ab18-61dde2f25e6i</wsa:MessageID> <ulex:MessageOriginMetadata> <lexs:SystemIdentifier> <nc:OrganizationName>Hypothetical Organization F</nc:OrganizationName> <lexs:SystemID>SysF</lexs:SystemID> </lexs:SystemIdentifier> <lexs:SystemContact> <nc:PersonGivenName>Bob</nc:PersonGivenName> <nc:PersonSurName>Jones</nc:PersonSurName> <nc:ContactTelephoneNumber> <nc:FullTelephoneNumber> <nc:TelephoneNumberFullID>404-555-1212</nc:TelephoneNumberFullID> </nc:FullTelephoneNumber> </nc:ContactTelephoneNumber> </lexs:SystemContact> </ulex:MessageOriginMetadata> <lexs:MessageDestinationIdentifier> <nc:OrganizationName>Hypothetical Organization E</nc:OrganizationName> <lexs:SystemID>SysE</lexs:SystemID> </lexs:MessageDestinationIdentifier> </ulex:SRMessageMetadata> <lexs:UserAssertion> <lexs:UserID>ABC123</lexs:UserID> <nc:PersonGivenName>Bill</nc:PersonGivenName> <nc:PersonSurName>Jones</nc:PersonSurName> <nc:ContactTelephoneNumber> <nc:NANPTelephoneNumber> <nc:TelephoneAreaCodeID>111</nc:TelephoneAreaCodeID> <nc:TelephoneExchangeID>222</nc:TelephoneExchangeID> <nc:TelephoneLineID>3333</nc:TelephoneLineID> </nc:NANPTelephoneNumber> </nc:ContactTelephoneNumber> <nc:OrganizationName>ATF</nc:OrganizationName> </lexs:UserAssertion> <ulex:SearchRequestMetadata> <lexs:RequestedDataCategoryCode>All</lexs:RequestedDataCategoryCode> <lexs:DataOwnerIdentifier> <lexs:OriginatingAgencyID>AA1234567</lexs:OriginatingAgencyID> <nc:OrganizationName>Hypothetical Agency A</nc:OrganizationName> <lexs:SystemID>SysA</lexs:SystemID> </lexs:DataOwnerIdentifier> <ulex:MaxItemMatchesNumeric>100</ulex:MaxItemMatchesNumeric> <ulex:MatchBeginAfterText>10</ulex:MatchBeginAfterText> <ulex:MatchEndBeforeText>20</ulex:MatchEndBeforeText> <ulex:ServiceProviderSearchID>9394343</ulex:ServiceProviderSearchID> <ulex:DataItemCategoryText>Report</ulex:DataItemCategoryText> <lexs:SortOrderCode>Date</lexs:SortOrderCode> <ulex:TimeoutDuration>P1Y2M3DT10H30M</ulex:TimeoutDuration> <ulex:StructuredPayloadsRequestedCode>none</ulex:StructuredPayloadsRequestedCode> </ulex:SearchRequestMetadata> <ulex:Attachment> <lexs:AttachmentContentBinary> <nc:BinaryBase64Object>UjBsR09EbGhjZ0dGUXhEUzhi</nc:BinaryBase64Object> <nc:BinaryDescriptionText>Mug shot</nc:BinaryDescriptionText> </lexs:AttachmentContentBinary> <ulex:AttachmentDomainAttribute> <ulex:AttributeName>RTRE</ulex:AttributeName> <ulex:AttributeValueText>22</ulex:AttributeValueText> <ulex:DomainName>N-DEx</ulex:DomainName> </ulex:AttachmentDomainAttribute> </ulex:Attachment> <ulex:AttachmentSummaryConnectionQName>lexsdigest:PersonFacialImageConnection</ulex:AttachmentSummaryConnectionQName> <lexs:AttachmentHashValue> <lexsdigest:HashValueText>934343</lexsdigest:HashValueText> <lexsdigest:HashValueMethodAlgorithmText>SHA-1</lexsdigest:HashValueMethodAlgorithmText> </lexs:AttachmentHashValue> </ulex:AttachmentSearchRequestMessage>