: Public Class
Created: 11/3/2010 9:35:41 PM
Modified: 10/9/2012 4:19:20 PM
Project:
Advanced:
Holds the information related to a client subscription to receive updates to a resource automatically. <br/>
Attribute
Public UInt8
  encoding
Details:
Notes: 0 - application/sep+xml<br/>1 - application/sep-exi<br/>2-255 - reserved<br/>
Public String16
  level
Details:
Notes: Contains the preferred schema and extensibility level indication such as "+S1"<br/>
Public UInt32
  limit
Details:
Notes: This element is used to indicate the maximum number of list items that should be included in a notification when the subscribed resource changes. This limit is meant to be functionally equivalent to the ‘limit’ query string parameter, but applies to both list resources as well as other resources.  For list resources, if a limit of ‘0’ is specified, then notifications SHALL contain a list resource with results=’0’ (equivalent to a simple change notification).  For list resources, if a limit greater than ‘0’ is specified, then notifications SHALL contain a list resource with results equal to the limit specified (or less, should the list contain fewer items than the limit specified or should the server be unable to provide the requested number of items for any reason) and follow the same rules for list resources (e.g., ordering).  For non-list resources, if a limit of ‘0’ is specified, then notifications SHALL NOT contain a resource representation (equivalent to a simple change notification).  For non-list resources, if a limit greater than ‘0’ is specified, then notifications SHALL contain the representation of the changed resource.<br/>
Public anyURI
  notificationURI
Details:
Notes: The resource to which to post the notifications about the requested subscribed resource. Because this URI will exist on a server other than the one being POSTed to, this attribute SHALL be a fully-qualified absolute URI, not a relative reference. <br/>
Element Source Role Target Role
Condition
Class  
Name:  
 
Name:  
 
Details:
 
Element Source Role Target Role
SubscriptionList
Class  
Name:  
 
Name:  
 
Details:
 
Object Type Connection Direction Notes
SubscriptionBase Class Generalization To