Changes between Version 69 and Version 70 of DASISH/XSD and XML


Ignore:
Timestamp:
05/14/13 16:48:53 (11 years ago)
Author:
olhsha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DASISH/XSD and XML

    v69 v70  
    467467 http://dasish.eu/DASISH-schema.xsd">writer</accessLevel>
    468468}}}
     469
     470
     471== Managing Notebooks ==
     472
     473=== GET api/notebooks ===
     474
     475{{{#!xml
     476<?xml version="1.0" encoding="UTF-8"?>
     477<notebooks xmlns="http://www.dasish.eu/ns/addit"
     478 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     479 xsi:schemaLocation="http://www.dasish.eu/ns/addit DASISH-schema.xsd">
     480    <notebook ref="http://dasish.eu/notebooks/NIDxyxy">
     481        <title>Gaudi</title>
     482    </notebook>
     483    <notebook ref="http://dasish.eu/notebooks/NIDxefef">
     484        <title>Douglas Adams</title>
     485    </notebook>
     486</notebooks>
     487}}}