ulex:DigestQueryStatement
A query statement against a ULEX Digest. Structure serves as a wrapper for the Digest elements being searched, their values, and any modifiers (such as "fuzzy"). This element may not exist if the search is only being performed on Structured Payload elements. This element includes a single Digest element with a single value; if multiple Digest elements are to be searched, or if multiple values are supplied for a single element, there must be multiple DigestQueryStatement blocks.
Element information
Namespace: http://ulex.gov/ulex/2.0
Schema document: ulex.gov/ulex/2.0/ulex.xsd
Type: ulex:DigestQueryStatementType
Properties: Global, Qualified
Content
- Sequence [1..1]
- lexs:DigestQueryField [1..*]A single Digest query field that wraps a single LEXS Entity, where the Entity includes a single element with a single value where allowed by schema.
- ulex:QueryMatchCode [1..1]A kind of match the query requests for a query field.
from subst. group ulex:DigestQueryFieldAbstract
Attributes
None
Used in
Sample instance
<ulex:DigestQueryStatement> <lexs:DigestQueryField> <lexsdigest:EntityPerson> <lexsdigest:Person> <nc:PersonName> <nc:PersonGivenName>Tommy</nc:PersonGivenName> </nc:PersonName> </lexsdigest:Person> </lexsdigest:EntityPerson> </lexs:DigestQueryField> <ulex:QueryMatchCode>exact</ulex:QueryMatchCode> </ulex:DigestQueryStatement>