lexs:StructuredSearch
Service provider structured seach capabilities
Element information
Namespace: http://usdoj.gov/leisp/lexs/3.1
Schema document: lexs/3.1/lexs.xsd
Type: lexs:StructuredSearchType
Properties: Global, Qualified
Content
- Sequence [1..1]
- lexs:MultipleValueIndicator [1..1]A flag which indicates whether this service provider allows for multiple values in individual elements in a structured search.
- lexs:WildcardIndicator [1..1]A flag which indicates whether the service provider allows wildcard character(s) in structured searches.
- lexs:FuzzySearchIndicator [1..1]A flag which indicates whether the service provider supports some form of fuzzy search, such as soundex or metaphone.
- lexs:DateRangeIndicator [1..1]A flag which indicates whether service provider supports search by date range (true), or not (false).
- lexs:NumericRangeIndicator [1..1]A flag which indicates whether the service provider supports queries on ranges for numeric elements, such as a range on a boat length. This also includes "open-ended" ranges, such as a search on a boat length less than a specified value. Note that a service provider may support range searches on some numbers and not others; this Boolean does not indicate what elements, just that the service provider supports some level of numeric range searches.
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:ComplexObjectType |
s:metadata | [0..1] | xsd:IDREFS | The attribute metadata allows an object to point to metadata that affects itself. | from type s:ComplexObjectType |
s:linkMetadata | [0..1] | xsd:IDREFS | The linkMetadata attribute allows an element to point to metadata that affects the relationship between the context and the value of the object. | from type s:ComplexObjectType |
Used in
- NIEM reference target from lexslib:ObjectReference
- NIEM reference target from lexslib:PayloadObjectReference
- NIEM reference target from lexslib:SameAsDigestReference
- Type lexs:CapabilitiesType (Element lexs:Capabilities)
Sample instance
<lexs:StructuredSearch> <lexs:MultipleValueIndicator>true</lexs:MultipleValueIndicator> <lexs:WildcardIndicator>true</lexs:WildcardIndicator> <lexs:FuzzySearchIndicator>true</lexs:FuzzySearchIndicator> <lexs:DateRangeIndicator>true</lexs:DateRangeIndicator> <lexs:NumericRangeIndicator>true</lexs:NumericRangeIndicator> </lexs:StructuredSearch>