ulex:StructuredSearch
A service provider structured search capabilities.
Element information
Namespace: http://ulex.gov/ulex/2.0
Schema document: ulex.gov/ulex/2.0/ulex.xsd
Type: ulex:StructuredSearchType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ulex:MultipleValueIndicator [1..1]True if the service provider allows for multiple values in individual elements in a structured search; false otherwise.
- ulex:WildcardIndicator [1..1]True if the service provider allows wildcard character(s) in structured searches; false otherwise.
- ulex:FuzzySearchIndicator [1..1]True if the service provider supports some form of fuzzy search, such as soundex or metaphone; false otherwise.
- ulex:DateRangeIndicator [1..1]True if service provider supports search by date range; false otherwise.
- ulex:NumericRangeIndicator [1..1]True if 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; false otherwise.
Attributes
None
Used in
- Type ulex:CapabilitiesType (Element ulex:Capabilities)
Sample instance
<ulex:StructuredSearch> <ulex:MultipleValueIndicator>true</ulex:MultipleValueIndicator> <ulex:WildcardIndicator>true</ulex:WildcardIndicator> <ulex:FuzzySearchIndicator>true</ulex:FuzzySearchIndicator> <ulex:DateRangeIndicator>true</ulex:DateRangeIndicator> <ulex:NumericRangeIndicator>true</ulex:NumericRangeIndicator> </ulex:StructuredSearch>