lexs:SearchResultPackage
Contains information about the data owner that provided the data, a digest, and possibly one or more structured payloads, narrative, snippet, rendering instructions, and attachment link elements. ResponsePackage is contained in a ResponseMessage as part of a SearchResponseMessage or getDataItemResponseMessage.
Element information
Namespace: http://usdoj.gov/leisp/lexs/3.1
Schema document: lexs/3.1/lexs.xsd
Type: lexs:SearchResultPackageType
Properties: Global, Qualified
Content
- Sequence [1..1]
- lexs:PackageMetadata [1..1]Metadata about LEXS Package
- lexs:Digest [0..1]Includes LEXS standardized Entities and Associations.
- lexs:StructuredPayload [0..*]LEXS Structured Payload
- lexs:AttachmentLink [0..*]Link between an object, such as a Person, and an attachment.
- lexs:DataSubmitterMetadata [0..1]Describes and uniquely uniqely identifies system that submitted data.
- lexs:Snippet [0..1]Summary information that represents the context of this data item in the responding system. Conceptually similar to the results returned from a Google search.
from type lexs:PackageAbstractType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | The id attribute is used to define XML IDs for NIEM objects. These IDs may be targets of reference elements, metadata attributes, and link metadata attributes. | from type s:ComplexObjectType |
s:metadata | [0..1] | xsd:IDREFS | The attribute metadata allows an object to point to metadata that affects itself. | from type s:ComplexObjectType |
s:linkMetadata | [0..1] | xsd:IDREFS | The linkMetadata attribute allows an element to point to metadata that affects the relationship between the context and the value of the object. | from type s:ComplexObjectType |
Used in
- NIEM reference target from lexslib:ObjectReference
- NIEM reference target from lexslib:PayloadObjectReference
- NIEM reference target from lexslib:SameAsDigestReference
- Type lexs:SearchResponseMessageType (Element lexs:SearchResponseMessage)
Sample instance
<lexs:SearchResultPackage> <lexs:PackageMetadata> <lexs:DataItemID>12345678</lexs:DataItemID> <lexs:DataItemContact> <nc:PersonSurName>Jackson</nc:PersonSurName> <nc:PersonFullName>David Jackson</nc:PersonFullName> <nc:ContactTelephoneNumber> <nc:FullTelephoneNumber> <nc:TelephoneNumberFullID>333-444-5555 x6</nc:TelephoneNumberFullID> </nc:FullTelephoneNumber> </nc:ContactTelephoneNumber> </lexs:DataItemContact> <lexs:DataItemDate>2006-12-13</lexs:DataItemDate> <lexs:DataItemReferenceID>1912345678</lexs:DataItemReferenceID> <lexs:DataItemStatus>Closed_Case</lexs:DataItemStatus> <lexs:DataOwnerMetadata> <lexs:DataOwnerIdentifier> <lexs:OriginatingAgencyID>AA1234567</lexs:OriginatingAgencyID> <nc:OrganizationName>Hypothetical Agency A</nc:OrganizationName> <lexs:SystemID>SysA</lexs:SystemID> </lexs:DataOwnerIdentifier> <lexs:DataOwnerContact> <nc:PersonGivenName>Will</nc:PersonGivenName> <nc:PersonSurName>Jones</nc:PersonSurName> <nc:ContactTelephoneNumber> <nc:FullTelephoneNumber> <nc:TelephoneNumberFullID>111-222-3333</nc:TelephoneNumberFullID> </nc:FullTelephoneNumber> </nc:ContactTelephoneNumber> </lexs:DataOwnerContact> </lexs:DataOwnerMetadata> <lexs:DisseminationCriteria>white</lexs:DisseminationCriteria> </lexs:PackageMetadata> <lexs:DataSubmitterMetadata> <lexs:SystemIdentifier> <nc:OrganizationName>Hypothetical Organization C</nc:OrganizationName> <lexs:SystemID>SysC</lexs:SystemID> </lexs:SystemIdentifier> <lexs:SystemContact> <nc:PersonGivenName>Michael</nc:PersonGivenName> <nc:PersonSurName>Park</nc:PersonSurName> <nc:ContactTelephoneNumber> <nc:NANPTelephoneNumber> <nc:TelephoneAreaCodeID>202</nc:TelephoneAreaCodeID> <nc:TelephoneExchangeID>555</nc:TelephoneExchangeID> <nc:TelephoneLineID>1212</nc:TelephoneLineID> </nc:NANPTelephoneNumber> </nc:ContactTelephoneNumber> </lexs:SystemContact> </lexs:DataSubmitterMetadata> <lexs:Snippet>Police identified yesterday the man fatally shot Sunday night outside Maple Glen Apartments in the 6000 block of Amberwood Road as Tommy Jones 28, of the 5900 block of Hastie Lake Road. Police responding to a report of shots fired about 8:15 p.m. found Jones bleeding from a bullet wound to the head.</lexs:Snippet> </lexs:SearchResultPackage>