SYNCML:SYNCML1.2
complexType SyncType

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

Documentation
Specifies the SyncML command that indicates a data
      synchronization operation.

Model
<...>
(CmdID, NoResp?, Cred?, Target?, Source?, Meta?, NumberOfChanges?, (Add | Atomic | Copy | Delete | Move | Replace | Sequence)* )
</...>


Local Usage
AtomicType, SequenceType, SyncBodyType

Source
<xs:complexType name="SyncType">
<xs:sequence>
<xs:element name="CmdID" type="xs:string"/>
<xs:element minOccurs="0" name="NoResp" type="reppro:NoRespType"/>
<xs:element minOccurs="0" name="Cred" type="reppro:CredType"/>
<xs:element minOccurs="0" name="Target" type="reppro:TargetType"/>
<xs:element minOccurs="0" name="Source" type="reppro:SourceType"/>
<xs:element minOccurs="0" name="Meta" type="reppro:MetaType"/>
<xs:element minOccurs="0" name="NumberOfChanges" type="xs:decimal"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="Add" type="reppro:AddType"/>
<xs:element name="Atomic" type="reppro:AtomicType"/>
<xs:element name="Copy" type="reppro:CopyType"/>
<xs:element name="Delete" type="reppro:DeleteType"/>
<xs:element name="Move" type="reppro:MoveType"/>
<xs:element name="Replace" type="reppro:ReplaceType"/>
<xs:element name="Sequence" type="reppro:SequenceType"/>
</xs:choice>
</xs:sequence>
</xs:complexType>


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