Changes between Version 62 and Version 63 of DASISH/XSD and XML


Ignore:
Timestamp:
05/14/13 15:50:59 (11 years ago)
Author:
olhsha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DASISH/XSD and XML

    v62 v63  
    407407</respondNewAnnotation>
    408408}}}
     409
     410== Managing permission lists of users ==
     411
     412=== GET api/annotations/AIDzyy/permissions ===
     413
     414{{{#!xml
     415<?xml version="1.0" encoding="UTF-8"?>
     416<permissions xmlns="http://www.dasish.eu/ns/addit"
     417 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     418 xsi:schemaLocation="http://www.dasish.eu/ns/addit http://dasish.eu/DASISH-schema.xsd">
     419    <user ref="http://dasish.eu/users/UIde1fe1f" permission="owner"/>
     420    <user ref="http://dasish.eu/users/UIxyxy" permission="writer"/>
     421    <user ref="http://dasish.eu/users/UIxxzz" permission="reader"/>
     422    <user ref="http://dasish.eu/users/UIxaaa" permission="reader"/>
     423</permissions>
     424}}}