Schema Central  >  LEXS 4.0  >  ulex.xsd  >  ulex:DataItemGroupCorrelationIdentifier
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

ulex:DataItemGroupCorrelationIdentifier

An identification used to indicate that multiple Data Items MAY be related, for example when a tool or investigator has reason to believe that the Data Items are related.

Element information

Namespace: http://ulex.gov/ulex/2.0

Schema document: ulex.gov/ulex/2.0/ulex.xsd

Type: ulex:DataItemGroupIdentifierType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ulex:DataItemGroupID [1..1]An identifier that indicates this Data Item is or may be related to other Data Items. If more than one Data Item from the same data owner has the same value, then these Data Items are connected in some way.
    2. ulex:DataItemGroupCategoryText [0..1]A kind of identifier being provided, such as a case number or a system generated identifier.
    3. ulex:DataItemGroupReasonText [0..1]A reason that indicates how or why a grouping was made, such as multiple incidents that were grouped by an investigator, or activities that were grouped based on automated analysis tools.
    4. ulex:DataItemGroupOriginatorID [0..1]An identifier of the originator responsible for grouping Data Items, such as system, domain, or person.

Attributes

None

Used in

Sample instance

<ulex:DataItemGroupCorrelationIdentifier>
   <ulex:DataItemGroupID>22134</ulex:DataItemGroupID>
   <ulex:DataItemGroupCategoryText>Test Group</ulex:DataItemGroupCategoryText>
   <ulex:DataItemGroupReasonText>Similar elements</ulex:DataItemGroupReasonText>
   <ulex:DataItemGroupOriginatorID>Group 2</ulex:DataItemGroupOriginatorID>
</ulex:DataItemGroupCorrelationIdentifier>