Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OM2M/GroupAnnc

< OM2M
Revision as of 09:59, 17 April 2014 by Ybanouar.laas.fr (Talk | contribs) (Created page with "__TOC__ == GroupAnnc resource == The GroupAnnc resource represents an active announcement of a registered group in an other SCL. GroupAnnc resource keeps a lin...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GroupAnnc resource

The GroupAnnc resource represents an active announcement of a registered group in an other SCL. GroupAnnc resource keeps a link to the original resource.


Attribute Name Type Multiplicity Create Update Response
link AnyURI 1 M NP M
accessRightID AnyURI 0..1 O O O
searchStrings searchStrings 1 M M M
expirationTime DateTime 1 O O M*
id NMTOKEN 1 O NP M*

GroupAnnc representation

<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://uri.etsi.org/m2m" xmlns:tns="http://uri.etsi.org/m2m">
  <include schemaLocation="common.xsd" />
  <element name="groupAnnc" type="tns:GroupAnnc" />
  <complexType name="GroupAnnc">
    <all>
      <element ref="tns:link" />
      <element ref="tns:accessRightID" minOccurs="0" />
      <element ref="tns:searchStrings" minOccurs="0" />
      <element ref="tns:expirationTime" minOccurs="0" />
    </all>
    <attribute ref="tns:id"/>
  </complexType>
</schema>

Create GroupAnnc

This resource is shall not be created via the API. It is created only as a result of a remote announcable resource announcement.

Retrieve GroupAnnc

Update GroupAnnc

Delete GroupAnnc

Back to the top