2.2.4.3 SyncBody

The SyncBody element type serves as the container for the body or contents of the SyncML message. The element type has the following syntax:

<SyncBody>((Atomic | Exec | Get | Results | Status | Add | Replace | Delete)+, Final?)</SyncBody>

If the server has set the DMClient CSP node:

 ./Vendor/MSFT/DMClient/Provider/ProviderID/SyncApplicationVersion

to 3.0 or higher, the SyncBody element SHOULD<10> declare the namespace xmlns:msft=http://schemas.microsoft.com/MobileDevice/MDM. The server provides the value for the ProviderID as specified in [MS-MDE2] section 2.2.9.3.

 <SyncBody xmlns:msft="http://schemas.microsoft.com/MobileDevice/MDM">((Atomic | Exec | Get | Results | Status | Add | Replace | Delete)+, Final?)</SyncBody>

Parent Element: SyncML (section 2.2.4.1)

Restrictions: None.

Content Model: ((Atomic (section 2.2.7.3) | Exec (section 2.2.7.5) | Get (section 2.2.7.6) | Results (section 2.2.7.8) | Status (section 2.2.6.1) | Add (section 2.2.7.1) | Replace (section 2.2.7.7) | Delete (section 2.2.7.4))+,  Final (section 2.2.3.4)?)

Attributes: None.