SYNCML:SYNCML1.2
complexType RecordType

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

Documentation
Specifies a record level filter to be performed on the
      parent element of the filter element. Restrictions: The Record element
      MAY appear in the Filter element for Alert Target elements. If the
      Record element is present, the Alert Target Meta Type is used to
      indicate the content type used in the filter record query and MUST be
      present. The Record Item element specifies the filter query itself. The
      Record Item Meta Type element is used to indicate the filter query
      grammar. The Record Item Data is used to indicate the filter query
      itself and MUST be present.

Model
<...>
Item
</...>


Local Usage
FilterType

Source
<xs:complexType name="RecordType">
<xs:sequence>
<xs:element name="Item" type="reppro:ItemType"/>
</xs:sequence>
</xs:complexType>


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