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

Difference between revisions of "OM2M/ApplicationAnnc"

(Created page with "__TOC__ == ApplicationAnnc resource == == ApplicationAnnc representation == == ApplicationAnnc create == == ApplicationAnnc retrieve == == ApplicationAnnc update == == Applica...")
 
Line 1: Line 1:
 
__TOC__
 
__TOC__
 
== ApplicationAnnc resource ==
 
== ApplicationAnnc resource ==
 +
 
== ApplicationAnnc representation ==
 
== ApplicationAnnc representation ==
 +
 +
<source lang="xml">
 +
<?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="applicationAnnc" type="tns:ApplicationAnnc" />
 +
  <complexType name="ApplicationAnnc">
 +
    <all>
 +
      <element ref="tns:link" />
 +
      <element ref="tns:accessRightID" minOccurs="0" />
 +
      <element ref="tns:searchStrings" minOccurs="0" />
 +
      <element ref="tns:expirationTime" minOccurs="0" />
 +
      <!-- subresources -->
 +
      <element ref="tns:containersReference" minOccurs="0" />
 +
      <element ref="tns:groupsReference" minOccurs="0" />
 +
      <element ref="tns:accessRightsReference" minOccurs="0" />
 +
    </all>
 +
    <attribute name="id" type="anyURI"/>
 +
  </complexType>
 +
</schema>
 +
</source>
 +
 
== ApplicationAnnc create ==
 
== ApplicationAnnc create ==
 +
 
== ApplicationAnnc retrieve ==
 
== ApplicationAnnc retrieve ==
 +
 
== ApplicationAnnc update ==
 
== ApplicationAnnc update ==
 +
 
== ApplicationAnnc delete ==
 
== ApplicationAnnc delete ==

Revision as of 05:27, 18 April 2014

ApplicationAnnc resource

ApplicationAnnc 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="applicationAnnc" type="tns:ApplicationAnnc" />
  <complexType name="ApplicationAnnc">
    <all>
      <element ref="tns:link" />
      <element ref="tns:accessRightID" minOccurs="0" />
      <element ref="tns:searchStrings" minOccurs="0" />
      <element ref="tns:expirationTime" minOccurs="0" />
      <!-- subresources -->
      <element ref="tns:containersReference" minOccurs="0" />
      <element ref="tns:groupsReference" minOccurs="0" />
      <element ref="tns:accessRightsReference" minOccurs="0" />
    </all>
    <attribute name="id" type="anyURI"/>
  </complexType>
</schema>

ApplicationAnnc create

ApplicationAnnc retrieve

ApplicationAnnc update

ApplicationAnnc delete

Back to the top