syncml:devinf
complexType FilterCapType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{syncml:devinf}FilterCapType (restriction)

Documentation
Indicates the filtering capabilities. Restrictions:
      For every Filter-Rx element, there MUST be a FilterCap element
      containing CTType and VerCT elements matching the CTType and VerCT
      elements specified in the Filter-Rx element. Adding a FilterCap element
      without any FilterKeyword or any PropName elements signifies that record
      level filtering is unsupported but field level filtering
      is.

Model
<...>
(CTType, VerCT, FilterKeyword*, PropName* )
</...>


Local Usage
DataStoreType

Source
<xs:complexType name="FilterCapType">
<xs:sequence>
<xs:element name="CTType" type="xs:string">
</xs:element>
<xs:element name="VerCT" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="FilterKeyword" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="PropName" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.