ogc:PropertyIsLike
Element information
Namespace: http://niem.gov/niem/external/ogc-filter/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-filter/1.1.0/dhs-gmo/1.0.0/filter.xsd
Type: ogc:PropertyIsLikeType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ogc:PropertyName [1..1]
- ogc:Literal [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
wildCard | [1..1] | xsd:string | ||
singleChar | [1..1] | xsd:string | ||
escapeChar | [1..1] | xsd:string |
Used in
- Type ogc:FilterType (Element ogc:Filter)
- Type ogc:UnaryLogicOpType (Element ogc:Not)
- Type ogc:BinaryLogicOpType (Elements ogc:And, ogc:Or)
Substitution hierarchy
- ogc:comparisonOps
- can be substituted with ogc:PropertyIsLike
Sample instance
<ogc:PropertyIsLike wildCard="string" singleChar="string" escapeChar="string"> <ogc:PropertyName/> <ogc:Literal> <!--any element--> </ogc:Literal> </ogc:PropertyIsLike>