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]
- lexs:LEXSVersion [1..1]Specifies LEXS version used within the document, for example 3.1.4
- lexs:MessageDateTime [1..1]Date and time the message was created.
- 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.
- 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.
- 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.
from type lexs:MessageMetadataAbstractType
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:MetadataType |
Used in
- Type lexs:PublishMessageType (Element lexs:PublishMessage)
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>