Definition Type: ComplexType
Name: PropertyIsLikeType
Namespace: http://niem.gov/niem/external/ogc-filter/1.1.0/dhs-gmo/1.0.0
Type: ogc:ComparisonOpsType
Containing Schema: filter.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Literal in schema filter_xsd Drilldown into PropertyName in schema filter_xsd Drilldown into ComparisonOpsType in schema filter_xsd Drilldown into escapeChar in schema filter_xsd Drilldown into singleChar in schema filter_xsd Drilldown into wildCard in schema filter_xsdXSD Diagram of PropertyIsLikeType in schema filter_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="PropertyIsLikeType">
    <xsd:complexContent>
        <xsd:extension base="ogc:ComparisonOpsType">
            <xsd:sequence>
                <xsd:element ref="ogc:PropertyName" />
                <xsd:element ref="ogc:Literal" />
            </xsd:sequence>
            <xsd:attribute name="wildCard" type="xsd:string" use="required" />
            <xsd:attribute name="singleChar" type="xsd:string" use="required" />
            <xsd:attribute name="escapeChar" type="xsd:string" use="required" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PropertyName ogc:PropertyName (1) (1)
Literal ogc:Literal (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
wildCard ogc:wildCard Required
singleChar ogc:singleChar Required
escapeChar ogc:escapeChar Required
Collapse Derivation Tree:
Collapse References:
ogc:PropertyIsLike