SYNCML:SYNCML1.2
complexType SearchType

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

Documentation
Specifies the SyncML command to search a recipient
      database.

Model
<...>
(CmdID, NoResp?, NoResults?, Cred?, Target?, Source+, Lang?, Meta, Data )
</...>


Local Usage
SyncBodyType

Source
<xs:complexType name="SearchType">
<xs:sequence>
<xs:element name="CmdID" type="xs:string"/>
<xs:element minOccurs="0" name="NoResp" type="reppro:NoRespType"/>
<xs:element minOccurs="0" name="NoResults">
<xs:complexType/>
</xs:element>
<xs:element minOccurs="0" name="Cred" type="reppro:CredType"/>
<xs:element minOccurs="0" name="Target" type="reppro:TargetType"/>
<xs:element maxOccurs="unbounded" name="Source" type="reppro:SourceType"/>
<xs:element minOccurs="0" name="Lang" type="xs:string"/>
<xs:element name="Meta" type="reppro:MetaType"/>
<xs:element name="Data" type="reppro:DataType"/>
</xs:sequence>
</xs:complexType>


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