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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexs:PDMessageMetadata

Metadata for LEXS Publish Mesage

Element information

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

Schema document: lexs/3.1/lexs.xsd

Type: lexs:PDMessageMetadataType

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: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:PDMessageMetadata>
   <lexs:LEXSVersion>3.1.4</lexs:LEXSVersion>
   <lexs:MessageDateTime>2006-12-01T09:30:47.0Z</lexs:MessageDateTime>
   <lexs:MessageSequenceNumber>1</lexs:MessageSequenceNumber>
   <lexs:DataSensitivity>SBU</lexs:DataSensitivity>
   <lexs:DomainAttribute>
      <lexs:AttributeName>RegionInfo</lexs:AttributeName>
      <lexs:AttributeValue>SEA</lexs:AttributeValue>
      <lexs:Domain>R-DEx</lexs:Domain>
   </lexs:DomainAttribute>
   <lexs:DomainAttribute>
      <lexs:AttributeName>CaseType</lexs:AttributeName>
      <lexs:AttributeValue>WEAPON-TRAFFICKING</lexs:AttributeValue>
      <lexs:Domain>ATF</lexs:Domain>
   </lexs:DomainAttribute>
</lexs:PDMessageMetadata>