+xns/Core/XNSObject
 |
 +--+xns/Negotiation/DataPermissionRequest
A request for a permission around how a set of data within a form can be accessed or used.
Data Elements |
+xns/Core/TextList |
DataRequests |
Subset of all the data requests on a form to which this data permission request applies. |
Boolean |
OptOut |
Is this an opt-out permission? |
String |
Purpose |
Human readable description of the purpose for the permission request. |
Boolean |
Required |
Is this permission required? |
DataRequests
Subset of all the data requests on a form to which this data permission request applies. Each name in this list must match a Name contained in a DataRequest object of the form.
DataType: +xns/Core/TextList
List: true
OptOut
Is this an opt-out permission? True=receiver specifies that the provider may implicitly grant this permission (i.e., permission automatically granted unless the provider specifies otherwise); False=receiver specifies that the provider must explicitly grant this permission.
DataType: Boolean
Purpose
Human readable description of the purpose for the permission request.
DataType: String
Required
Is this permission required? True=this permission is required; False=this permission is not required.
DataType: Boolean
Publishing Identity: +xns © 2002 XNSORG
|
Last Updated: 07/09/2002
|