Schema Central  >  LEXS 3.1.4  >  lexs.xsd  >  lexs:StructuredSearch
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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]
    1. lexs:MultipleValueIndicator [1..1]A flag which indicates whether this service provider allows for multiple values in individual elements in a structured search.
    2. lexs:WildcardIndicator [1..1]A flag which indicates whether the service provider allows wildcard character(s) in structured searches.
    3. lexs:FuzzySearchIndicator [1..1]A flag which indicates whether the service provider supports some form of fuzzy search, such as soundex or metaphone.
    4. lexs:DateRangeIndicator [1..1]A flag which indicates whether service provider supports search by date range (true), or not (false).
    5. 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

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDThe 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:IDREFSThe attribute metadata allows an object to point to metadata that affects itself.from type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSThe 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

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>