ulexcodes:AdvisoryCategoryCodeSimpleType
A data type for a code that identifies a kind of ULEX warning. Note that some warnings might become errors and should be reported as such. For example, if an unsupported element is provided in a search query and that is the only element provided, the query cannot be processed and the result should be an error; versus an unsupported element that can be ignored with the result based on remaining elements.
Simple type information
Namespace: http://ulex.gov/codes/2.0
Schema document: ulex.gov/ulex-codes/2.0/ulex-codes.xsd
Content
- Type based on xsd:token
Valid value Description FuzzyMatchNotSupported Fuzzy Match Not Supported WildcardNotSupported Wildcards Not Supported (service provider does not support wildcard queries in unstructured searches) LogicalOperatorsNotSupported Logical Operators Not Supported (service provider does not support logical AND/OR queries in unstructured searches) PhrasesNotSupported Phrases Not Supported (service provider does not support exact phrase queries in unstructured searches) QueryObjectNotSupported Unsupported Query Object (e.g. query was on vehicle and service provider doesn't handle vehicles) QueryFieldNotSupported Unsupported Query Field (e.g. query was on SSN and service provider doesn't include SSN) QueryOperatorNotSupported Unsupported Query Operator (e.g. query included a wildcard and service provider only does exact) QuantityMismatch Quantity Mismatch (user asked for maximum # of hits, service provider supplied different #) PointerInformationOnly Pointer Information Only (service provider can only return contact information for follow-up, but no data) MultipleValuesNotSupported Multiple Values Not Supported (search query included multiple values for a search field, but service provider only supports single values) OtherWarning Other Warning (other issues that don't fall into above categories)
Used in
- Element ulex:AdvisoryCategoryCode
Type inheritance chain
- xsd:token
- restricted by ulexcodes:AdvisoryCategoryCodeSimpleType