All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.Expression.xml Maven / Gradle / Ivy

There is a newer version: 2.14
Show newest version
<AND xmlns="http://www.example.org/Expression"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.example.org/Expression Expression.xsd"  >
    <AND>
    <LT>
        <ColumnName>X</ColumnName>
        <Value>x</Value>
        
    </LT>
    
    <NE>
        <ColumnName>X</ColumnName>
        <Value>x</Value>
    </NE>
    </AND>
    <EQ>

        <ColumnName>X</ColumnName>
        <Value>x</Value>
    </EQ>
</AND>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy