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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

ulex:DataItemGroupAggregationIdentifier

An identification used to indicate that multiple Data Items are related, for example when multiple Data Items are grouped into a single case.

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:DataItemGroupAggregationIdentifier>
   <ulex:DataItemGroupID>39343</ulex:DataItemGroupID>
   <ulex:DataItemGroupCategoryText>Test Group</ulex:DataItemGroupCategoryText>
   <ulex:DataItemGroupReasonText>Similar Elements</ulex:DataItemGroupReasonText>
   <ulex:DataItemGroupOriginatorID>Group1</ulex:DataItemGroupOriginatorID>
</ulex:DataItemGroupAggregationIdentifier>