Schema Central  >  LEXS 3.1.4  >  lexs.xsd  >  lexs:SearchResultPackage
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDThe 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:IDREFSThe attribute metadata allows an object to point to metadata that affects itself.from type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSThe 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

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>