Changes between Version 35 and Version 36 of DASISH/XSD and XML


Ignore:
Timestamp:
04/29/13 09:32:28 (11 years ago)
Author:
olhsha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DASISH/XSD and XML

    v35 v36  
    4242<currentUserInfo xmlns="http://www.dasish.eu/ns/addit"
    4343 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    44  xsi:schemaLocation="http://www.dasish.eu/ns/addit file:/Users/olhsha/repositories/DASISH/t5.6/docs/XMLandXSD/DASISH-schema.xsd"
     44 xsi:schemaLocation="http://www.dasish.eu/ns/addit http://dasish.eu/DASISH-schema.xsd"
    4545 ref="http://dasish.eu/users/UIDefef"
    4646 currentUser="true"/>
     
    5252The root element below is of type {{{AnnotationInfos}}} (the list of {{{AnnotationInfo}}}).
    5353
    54 '''TODO''': Rename annotationsOfLink to annotations
    55 
    56 '''TODO''': replace schema location with imaginary globally accessible location, e.g. http://dasish.eu/DASISH-schema.xsd
    57 
    58 {{{#!xml
    59 <?xml version="1.0" encoding="UTF-8"?>
    60 <annotationsOfLink xmlns="http://www.dasish.eu/ns/addit"
    61  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    62  xsi:schemaLocation="http://www.dasish.eu/ns/addit file:/Users/olhsha/repositories/DASISH/t5.6/docs/XMLandXSD/DASISH-schema.xsd">
     54{{{#!xml
     55<?xml version="1.0" encoding="UTF-8"?>
     56<annotations xmlns="http://www.dasish.eu/ns/addit"
     57 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     58 xsi:schemaLocation="http://www.dasish.eu/ns/addit http://dasish.eu/DASISH-schema.xsd">
    6359    <annotation ref="http://dasish.eu/annotations/AIDxyxy">
    6460        <owner ref="http://dasish.eu/users/UIDefef"/>
     
    8480        </targetSources>
    8581    </annotation>
    86 </annotationsOfLink>
     82</annotations>
    8783}}}
    8884