SYNCML:SYNCML1.2
complexType FilterType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{SYNCML:SYNCML1.2}FilterType (restriction)

Documentation
Specifies a filter action to be performed on the
      parent element. Restrictions: The Filter element MAY appear in the
      Target element for Alert elements. If the Filter element is present, the
      Meta Type is used to indicate the content type used in the filter query
      and MUST be present. If the Filter element does not have a Record nor a
      Field element, then the filter request is ignored and synchronization
      MUST continue without any filtering.

Model
<...>
(Meta, Field?, Record?, FilterType? )
</...>

<FilterType>

</FilterType>



Local Usage
TargetType

Source
<xs:complexType name="FilterType">
<xs:sequence>
<xs:element name="Meta" type="reppro:MetaType"/>
<xs:element minOccurs="0" name="Field" type="reppro:FieldType"/>
<xs:element minOccurs="0" name="Record" type="reppro:RecordType"/>
<xs:element minOccurs="0" name="FilterType">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="EXCLUSIVE"/>
<xs:enumeration value="INCLUSIVE"/>
</xs:restriction>
</xs:simpleType>
</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.