• Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 191 for Xml/Working/ome-roi-sa.xsd

Show
Ignore:
Timestamp:
07/10/08 17:17:52 (6 months ago)
Author:
andrew
Message:

Added some initial SA blocks. Not yet maped to existing OMERO annotations/

Files:
1 modified

  • Xml/Working/ome-roi-sa.xsd (modified) (3 diffs)

Legend:

Unmodified
Added
Removed
  • Xml/Working/ome-roi-sa.xsd

    r190 r191  
    2424        xmlns:CA="http://www.openmicroscopy.org/Schemas/CA/2008-02"  
    2525        xmlns:SPW="http://www.openmicroscopy.org/Schemas/SPW/2008-02"  
     26        xmlns:SA="http://www.openmicroscopy.org/Schemas/SA/2008-02"  
    2627        xmlns:xml="http://www.w3.org/XML/1998/namespace" 
    2728        version="2"  
    … …  
    3233        <xsd:import namespace="http://www.openmicroscopy.org/Schemas/CA/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/CA/2008-02/CA.xsd"/> 
    3334        <xsd:import namespace="http://www.openmicroscopy.org/Schemas/SPW/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/SPW/2008-02/SPW.xsd"/> 
     35        <xsd:import namespace="http://www.openmicroscopy.org/Schemas/SA/2008-02" schemaLocation="SA.xsd"/> 
    3436        <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 
    3537         
    … …  
    6264                                <xsd:element ref="Instrument" minOccurs="0" maxOccurs="unbounded"/> 
    6365                                <xsd:element ref="Image" minOccurs="0" maxOccurs="unbounded"/> 
    64                                 <xsd:element ref="STD:SemanticTypeDefinitions" minOccurs="0"/> 
    65                                 <xsd:element ref="AML:AnalysisModuleLibrary" minOccurs="0"/> 
    66                                 <xsd:element ref="CA:CustomAttributes" minOccurs="0"/> 
     66                                <xsd:element ref="STD:SemanticTypeDefinitions" minOccurs="0" maxOccurs="1"/> 
     67                                <xsd:element ref="AML:AnalysisModuleLibrary" minOccurs="0" maxOccurs="1"/> 
     68                                <xsd:element ref="CA:CustomAttributes" minOccurs="0" maxOccurs="1"/> 
     69                                <xsd:element ref="SA:StructuredAnnotations" minOccurs="0" maxOccurs="1"/> 
    6770                        </xsd:sequence> 
    68                                 <xsd:attribute name="UUID" type="UniversallyUniqueIdentifier"/> 
     71                        <xsd:attribute name="UUID" type="UniversallyUniqueIdentifier"/> 
    6972                </xsd:complexType> 
    7073        </xsd:element> 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/