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

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 68

Show
Ignore:
Timestamp:
07/18/07 16:13:34 (13 months ago)
Author:
andrew
Message:

Final changes to the SPW to remove ExternalDBRef
Adding the final version of the XSD to the web site

Files:
10 added
4 modified

  • Schemas/AnalysisChain/2007-06/AnalysisChain.xsd (added)
  • Schemas/AnalysisModule/2007-06/AnalysisModule.xsd (added)
  • Schemas/BinaryFile/2007-06/BinaryFile.xsd (added)
  • Schemas/CA/2007-06/CA.xsd (added)
  • Schemas/CLI/2007-06/CLI.xsd (added)
  • Schemas/DataHistory/2007-06/DataHistory.xsd (added)
  • Schemas/MLI/2007-06/MLI.xsd (added)
  • Schemas/OME/2007-06/ome.xsd (added)
  • Schemas/SPW/2007-06/SPW.xsd (added)
  • Schemas/STD/2007-06/STD.xsd (added)
  • Xml/Release/SPW.xsd (modified) (6 diffs)
  • Xml/Release/ome.xsd (modified) (1 diff)
  • Xml/Working/SPW.xsd (modified) (6 diffs)
  • Xml/Working/ome.xsd (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • Xml/Release/SPW.xsd

    r54 r68  
    3434    </xsd:annotation> 
    3535 
    36     <xsd:simpleType name="ExternDBref"> 
    37         <xsd:annotation> 
    38             <xsd:documentation> 
    39                                 A type based on string used to store a reference to an object in an external database.  
    40             </xsd:documentation> 
    41         </xsd:annotation> 
    42         <xsd:restriction base="xsd:string"/> 
    43     </xsd:simpleType> 
    44   
    4536    <xsd:element name="Plate"> 
    4637        <xsd:annotation> 
    … …  
    7869                    </xsd:annotation> 
    7970                        </xsd:attribute> 
    80             <xsd:attribute name="ExternRef" type="ExternDBref"> 
    81                 <xsd:annotation> 
    82                     <xsd:documentation> 
    83                                 The EternRef attribute may contain a reference to an external database. 
    84                                                 This is called ExternalIdentifier in the EA Diagrams 
     71            <xsd:attribute name="ExternalIdentifier" type="xsd:string"> 
     72                <xsd:annotation> 
     73                    <xsd:documentation> 
     74                        The ExternalIdentifier attribute may contain a reference to an external database. 
    8575                    </xsd:documentation> 
    8676                </xsd:annotation>        
    … …  
    181171            <xsd:attribute name="ID" use="required" type="ScreenID"/> 
    182172            <xsd:attribute name="Name" use="required" type="xsd:string"/> 
    183             <xsd:attribute name="ProtocolIdentifier" type="ExternDBref"> 
     173            <xsd:attribute name="ProtocolIdentifier" type="xsd:string"> 
    184174                                <xsd:annotation> 
    185175                                    <xsd:documentation> 
    … …  
    317307                <xsd:annotation> 
    318308                    <xsd:documentation> 
    319                                                 A pointer to an externally defined identifier for this plate. 
     309                        The ExternalIdentifier attribute may contain a reference to an external database. 
    320310                    </xsd:documentation> 
    321311                </xsd:annotation>            
    … …  
    365355                </xsd:annotation>      
    366356            </xsd:attribute> 
    367             <xsd:attribute name="PosX" type="xsd:integer"> 
     357            <xsd:attribute name="PosX" type="xsd:float"> 
    368358                <xsd:annotation> 
    369359                    <xsd:documentation> 
    … …  
    372362                </xsd:annotation> 
    373363            </xsd:attribute> 
    374             <xsd:attribute name="PosY" type="xsd:integer"> 
     364            <xsd:attribute name="PosY" type="xsd:float"> 
    375365                <xsd:annotation> 
    376366                    <xsd:documentation> 
  • Xml/Release/ome.xsd

    r54 r68  
    962962                        <xsd:documentation> 
    963963                                Just some free-form text to describe Images, Screens and Projects. 
    964                                 The content model is ANY, which means that en entire XML sub-document can be placed here. 
     964                                The content model is ANY, which means that an entire XML sub-document can be placed here. 
    965965                        </xsd:documentation> 
    966966                </xsd:annotation> 
  • Xml/Working/SPW.xsd

    r54 r68  
    3434    </xsd:annotation> 
    3535 
    36     <xsd:simpleType name="ExternDBref"> 
    37         <xsd:annotation> 
    38             <xsd:documentation> 
    39                                 A type based on string used to store a reference to an object in an external database.  
    40             </xsd:documentation> 
    41         </xsd:annotation> 
    42         <xsd:restriction base="xsd:string"/> 
    43     </xsd:simpleType> 
    44   
    4536    <xsd:element name="Plate"> 
    4637        <xsd:annotation> 
    … …  
    7869                    </xsd:annotation> 
    7970                        </xsd:attribute> 
    80             <xsd:attribute name="ExternRef" type="ExternDBref"> 
    81                 <xsd:annotation> 
    82                     <xsd:documentation> 
    83                                 The EternRef attribute may contain a reference to an external database. 
    84                                                 This is called ExternalIdentifier in the EA Diagrams 
     71            <xsd:attribute name="ExternalIdentifier" type="xsd:string"> 
     72                <xsd:annotation> 
     73                    <xsd:documentation> 
     74                        The ExternalIdentifier attribute may contain a reference to an external database. 
    8575                    </xsd:documentation> 
    8676                </xsd:annotation>        
    … …  
    181171            <xsd:attribute name="ID" use="required" type="ScreenID"/> 
    182172            <xsd:attribute name="Name" use="required" type="xsd:string"/> 
    183             <xsd:attribute name="ProtocolIdentifier" type="ExternDBref"> 
     173            <xsd:attribute name="ProtocolIdentifier" type="xsd:string"> 
    184174                                <xsd:annotation> 
    185175                                    <xsd:documentation> 
    … …  
    317307                <xsd:annotation> 
    318308                    <xsd:documentation> 
    319                                                 A pointer to an externally defined identifier for this plate. 
     309                        The ExternalIdentifier attribute may contain a reference to an external database. 
    320310                    </xsd:documentation> 
    321311                </xsd:annotation>            
    … …  
    365355                </xsd:annotation>      
    366356            </xsd:attribute> 
    367             <xsd:attribute name="PosX" type="xsd:integer"> 
     357            <xsd:attribute name="PosX" type="xsd:float"> 
    368358                <xsd:annotation> 
    369359                    <xsd:documentation> 
    … …  
    372362                </xsd:annotation> 
    373363            </xsd:attribute> 
    374             <xsd:attribute name="PosY" type="xsd:integer"> 
     364            <xsd:attribute name="PosY" type="xsd:float"> 
    375365                <xsd:annotation> 
    376366                    <xsd:documentation> 
  • Xml/Working/ome.xsd

    r54 r68  
    962962                        <xsd:documentation> 
    963963                                Just some free-form text to describe Images, Screens and Projects. 
    964                                 The content model is ANY, which means that en entire XML sub-document can be placed here. 
     964                                The content model is ANY, which means that an entire XML sub-document can be placed here. 
    965965                        </xsd:documentation> 
    966966                </xsd:annotation> 

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/