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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

ulex:MatchDigestElementReference

A LEXS Digest element that was matched in a search, such as a person's last name.

Element information

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

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

Type: ulex:MatchDigestElementReferenceType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ulexlib:DigestObjectReference [1..1]An object in a Digest, which can be a high level object such as a Person or a Vehicle, or a lower level object such as a PersonName.
    2. ulex:QueryMatchText [0..1]A description of how an element was matched in a search.

Attributes

None

Used in

Sample instance

<ulex:MatchDigestElementReference>
   <ulexlib:DigestObjectReference ulexlib:validatingObjectReference="EPerson1PGN"/>
   <ulex:QueryMatchText>exact</ulex:QueryMatchText>
</ulex:MatchDigestElementReference>