Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OM2M/ContainerAnnc

< OM2M
Revision as of 06:53, 18 April 2014 by Unnamed Poltroon (Talk) (Created page with "__TOC__ == ContainerAnnc Resource == == ContainerAnnc representation == <source lang="xml"> <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XML...")

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

ContainerAnnc Resource

ContainerAnnc 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="containerAnnc" type="tns:ContainerAnnc" />
  <complexType name="ContainerAnnc">
    <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>

ContainerAnnc create

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

ContainerAnnc retrieve

ContainerAnnc update

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

ContainerAnnc delete

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

Back to the top