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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexs:SRMessageMetadata

Metadata about Search/Retrieve message.

Element information

Namespace: http://usdoj.gov/leisp/lexs/3.1

Schema document: lexs/3.1/lexs.xsd

Type: lexs:SRMessageMetadataType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. lexs:LEXSVersion [1..1]Specifies LEXS version used within the document, for example 3.1.4
    2. lexs:MessageDateTime [1..1]Date and time the message was created.
    3. lexs:MessageSequenceNumber [1..1]Message Sequence Number uniquely identifies a message from a specific application or service provider. Used for auditing purposes, to track messages for troubleshooting, and to tie results to the originating request.
    4. lexs:DataSensitivity [0..1]"Information security classification level (e.g., SBU = Sensitive but Unclassified)". Note that this is different from dissemination criteria, which is included at the data item level.
    5. lexs:MessageOriginMetadata [1..1]Specifies the organization and system where a message was originated.
    6. lexs:MessageDestinationIdentifier [1..*]Specifies the organization and system that an SR message is being sent.
    7. lexs:DomainAttribute [0..*]Placeholder for various domain attributes. For Value/Pair attributes use lexs:AttributeName and lexs:AttributeValue elements. For hierarchical data xsd:any structure should be used.

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:MetadataType

Used in

Sample instance

<lexs:SRMessageMetadata>
   <lexs:LEXSVersion>3.1.3</lexs:LEXSVersion>
   <lexs:MessageDateTime>2007-12-01T09:30:47.0Z</lexs:MessageDateTime>
   <lexs:MessageSequenceNumber>1</lexs:MessageSequenceNumber>
   <lexs:MessageOriginMetadata>
      <lexs:SystemIdentifier>
         <nc:OrganizationName>Hypothetical Organization E</nc:OrganizationName>
         <lexs:SystemID>SysE</lexs:SystemID>
      </lexs:SystemIdentifier>
      <lexs:SystemContact>
         <nc:PersonGivenName>Jim</nc:PersonGivenName>
         <nc:PersonSurName>West</nc:PersonSurName>
         <nc:ContactTelephoneNumber>
            <nc:FullTelephoneNumber>
               <nc:TelephoneNumberFullID>770-555-1212</nc:TelephoneNumberFullID>
            </nc:FullTelephoneNumber>
         </nc:ContactTelephoneNumber>
      </lexs:SystemContact>
   </lexs:MessageOriginMetadata>
   <lexs:MessageDestinationIdentifier>
      <nc:OrganizationName>Hypothetical Organization F</nc:OrganizationName>
      <lexs:SystemID>SysF</lexs:SystemID>
   </lexs:MessageDestinationIdentifier>
</lexs:SRMessageMetadata>