SYNCML:SYNCML1.2
complexType AtomicType

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

Documentation
Specifies the SyncML command to request that the
      subordinate commands be executed as a set or not at
      all.

Model
<...>
(CmdID, NoResp?, Meta?, (Add | Replace | Delete | Copy | Atomic | Map | Move | Sequence | Sync | Get | Exec | Alert)+ )
</...>


Local Usage
AtomicType, SequenceType, SyncBodyType, SyncType

Source
<xs:complexType name="AtomicType">
<xs:sequence>
<xs:element name="CmdID" type="xs:string"/>
<xs:element minOccurs="0" name="NoResp" type="reppro:NoRespType"/>
<xs:element minOccurs="0" name="Meta" type="reppro:MetaType"/>
<xs:choice maxOccurs="unbounded">
<xs:element name="Add" type="reppro:AddType"/>
<xs:element name="Replace" type="reppro:ReplaceType"/>
<xs:element name="Delete" type="reppro:DeleteType"/>
<xs:element name="Copy" type="reppro:CopyType"/>
<xs:element name="Atomic" type="reppro:AtomicType"/>
<xs:element name="Map" type="reppro:MapType"/>
<xs:element name="Move" type="reppro:MoveType"/>
<xs:element name="Sequence" type="reppro:SequenceType"/>
<xs:element name="Sync" type="reppro:SyncType"/>
<xs:element name="Get" type="reppro:GetType"/>
<xs:element name="Exec" type="reppro:ExecType"/>
<xs:element name="Alert" type="reppro:AlertType"/>
</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.