2.2.7.1 Add

The Add element specifies the SyncML command to add data items to a data collection. The element has the following syntax:

 <Add>(CmdID, Meta?, Item+)</Add>

Parent Elements: Atomic (section 2.2.7.3), SyncBody (section 2.2.4.3)

Restrictions: The CmdID (section 2.2.3.2) element type is required and specifies the unique identifier for the SyncML message for the command.

  • The Meta (section 2.2.5.3) element is optional. When Meta is present, it specifies the meta-information to be used for the command.

  • One or more Item (section 2.2.5.2) element types MUST be specified. The Item elements contain the data items to add to the data collection.

Content Model: (CmdID, Meta?, Item+)

Attributes: None.