2.2.7.6 Get

The Get element specifies the SyncML command to retrieve data from the recipient. The element has the following syntax:

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

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

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

  • 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 retrieve from the recipient.

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

Attributes: None.