This HTML5 document contains 7 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n3http://www.openlinksw.com/ontology/webservices#
n6http://www.w3.org/2007/05/powder-s#
schemahttp://schema.org/
n5http://www.iodbc.org/DAV/VAD/wa/API_user.ttl#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#
n2http://www.iodbc.org/DAV/VAD/wa/API_user.ttl#action_user.acl.update_#
Subject Item
n2:_acls
rdf:type
n3:WebServiceParameter
schema:mainEntityOfPage
n5:this_ODSUserModuleAPIDoc
n3:parameterName
acls
n3:isRequired
1
n6:describedby
n5:this_ODSUserModuleAPIDoc
schema:name
acls
schema:description
<p>A list of URL-parameter style key/value pairs where each key corresponds to one user profile detail and each value refers to its visibility. A simple example would be <computeroutput>"gender=1&amp;birthday=3&amp;photo=1"</computeroutput> which would set the gender to be public, the birthday to be controlled by fine grained ACLs, and the photo to be public, too. The visibility value can be one of the following:<itemizedlist> <listitem><p><computeroutput>1</computeroutput> - The detail is public</p></listitem><listitem><p><computeroutput>2</computeroutput> - The detail is controlled by ACLs. See also acl.rule.new().</p></listitem><listitem><p><computeroutput>3</computeroutput> - The detail is private</p></listitem></itemizedlist> </p>