Changeset 2908


Ignore:
Timestamp:
05/21/13 15:58:13 (11 years ago)
Author:
olhsha
Message:

little updates related to cached representations

Location:
DASISH/t5.6/docs/XMLandXSD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/docs/XMLandXSD/DASISH-schema.xsd

    r2889 r2908  
    77
    88
    9     <!--////////////////////////////////////////////////////-->
    10     <!-- Annotation-body types according to the UML diagram -->
    11 
    12     <!-- DASISH resources (cached representations, sources, users, annotations, notebooks) have an obligatory URIdasih element-->
    13     <!-- The integrity of the references must be forced via the backend -->
    14 
    15 
    16 
    17     <xs:complexType name="ResourceREF">
     9    <!--////////////////////////-->
     10    <!--Cached representations metadata-->
     11   
     12    <xs:complexType name="CachedRepresentationInfo">
    1813        <xs:attribute name="ref" type="xs:anyURI" use="required"/>
    19     </xs:complexType>
    20 
    21 
    22     <!--////////////////////////-->
    23     <!--Cached representations -->
    24 
    25     <xs:complexType name="CachedRepresentation">
    26         <xs:attribute name="URI" type="xs:anyURI" use="required"/>
    2714        <xs:attribute name="mimeType" type="xs:string" use="required"/>
    2815        <xs:attribute name="tool" type="xs:string" use="required"/>
    2916        <xs:attribute name="type" type="xs:string" use="required"/>
    3017    </xs:complexType>
    31 
    32 
     18   
     19   
    3320    <xs:complexType name="CachedRepresentations">
    3421        <xs:sequence>
     
    3825   
    3926    <!-- //////////////////////// -->
     27
     28
     29    <!-- DASISH resources (cached representations, sources, users, annotations, notebooks) have an obligatory URIdasih element-->
     30    <!-- The integrity of the references must be forced via the backend -->
     31
     32
     33
     34    <xs:complexType name="ResourceREF">
     35        <xs:attribute name="ref" type="xs:anyURI" use="required"/>
     36    </xs:complexType>
     37
     38
     39   
    4040    <!-- Version lists -->
    4141   
     
    404404    <!--/////////////////////////////////////-->
    405405    <!-- GET api/sources/SID05/cached/CID0efef/metadata (unresolvable target sources step, 4)   -->
    406     <xs:element name="cashedRepresentation" type="CachedRepresentation"/>
     406    <xs:element name="cashedRepresentation" type="CachedRepresentationInfo"/>
    407407
    408408    <!--/////////////////////////////////////-->
Note: See TracChangeset for help on using the changeset viewer.