complexType SimpleFilterType

complexType {urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}SimpleFilterType

Type Heirarchy
{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType (by extension)
 {urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}SimpleFilterType
Derived Types
{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}SimpleFilterType
 {urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}DateTimeFilterType (by extension)
  {urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}DateTimeFilter (by type)
 {urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}StringFilterType (by extension)
  {urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}StringFilter (by type)
 {urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FloatFilterType (by extension)
  {urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FloatFilter (by type)
 {urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}BooleanFilterType (by extension)
  {urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}BooleanFilter (by type)
 {urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}IntegerFilterType (by extension)
  {urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}IntegerFilter (by type)
Abstracttrue (This cannot be used in an instance)
Target Namespaceurn:oasis:names:tc:ebxml-regrep:xsd:query:3.0
Declared Namespacesxmlns:tns=urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0
xmlns:rim=urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0
xmlns:rs=urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="SimpleFilterType" abstract="true">
    <
complexContent>
        <
extension base="tns:FilterType">
            <
attribute name="domainAttribute" type="string" use="required"/>
            <
attribute name="comparator" use="required">
                <
simpleType>
                    <
restriction base="NCName">
                        <
enumeration value="LE"/>
                        <
enumeration value="LT"/>
                        <
enumeration value="GE"/>
                        <
enumeration value="GT"/>
                        <
enumeration value="EQ"/>
                        <
enumeration value="NE"/>
                        <
enumeration value="Like"/>
                        <
enumeration value="NotLike"/>
                    </
restriction>
                </
simpleType>
            </
attribute>
        </
extension>
    </
complexContent>
</
complexType>


complexType SimpleFilterType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.