root/Documentation/Diagrams/Historic/DataModel2005Proposal/G_ScreenProposal.ome
| Revision 201, 6.3 kB (checked in by andrew, 4 months ago) |
|---|
| Line | |
|---|---|
| 1 | <?xml version = "1.0" encoding = "UTF-8"?> |
| 2 | <!-- |
| 3 | #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 4 | # |
| 5 | # Copyright (C) 2003 Open Microscopy Environment |
| 6 | # Massachusetts Institue of Technology, |
| 7 | # National Institutes of Health, |
| 8 | # University of Dundee |
| 9 | # |
| 10 | # |
| 11 | # |
| 12 | # This library is free software; you can redistribute it and/or |
| 13 | # modify it under the terms of the GNU Lesser General Public |
| 14 | # License as published by the Free Software Foundation; either |
| 15 | # version 2.1 of the License, or (at your option) any later version. |
| 16 | # |
| 17 | # This library is distributed in the hope that it will be useful, |
| 18 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 20 | # Lesser General Public License for more details. |
| 21 | # |
| 22 | # You should have received a copy of the GNU Lesser General Public |
| 23 | # License along with this library; if not, write to the Free Software |
| 24 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 25 | # |
| 26 | #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 27 | --> |
| 28 | |
| 29 | <!-- |
| 30 | #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 31 | # Written by: Josiah Johnston <siah@nih.gov> |
| 32 | #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 33 | --> |
| 34 | |
| 35 | <OME |
| 36 | xmlns= |
| 37 | "http://www.openmicroscopy.org/XMLschemas/OME/FC/ome.xsd" |
| 38 | xmlns:xsi= |
| 39 | "http://www.w3.org/2001/XMLSchema-instance" |
| 40 | xmlns:STD= |
| 41 | "http://www.openmicroscopy.org/XMLschemas/STD/RC2/STD.xsd" |
| 42 | xsi:schemaLocation = " |
| 43 | http://www.openmicroscopy.org/XMLschemas/OME/FC/ome.xsd |
| 44 | http://www.openmicroscopy.org/XMLschemas/OME/FC/ome.xsd |
| 45 | http://www.openmicroscopy.org/XMLschemas/STD/RC2/STD.xsd |
| 46 | http://www.openmicroscopy.org/XMLschemas/STD/RC2/STD.xsd"> |
| 47 | |
| 48 | <SemanticTypeDefinitions xmlns="http://www.openmicroscopy.org/XMLschemas/STD/RC2/STD.xsd" xsi:schemaLocation="http://www.openmicroscopy.org/XMLschemas/STD/RC2/STD.xsd http://www.openmicroscopy.org/XMLschemas/STD/RC2/STD.xsd"> |
| 49 | <SemanticType |
| 50 | Name= "Screen" |
| 51 | AppliesTo = "G"> |
| 52 | <Description>Stores information about a high-throughput screen.</Description> |
| 53 | <Element |
| 54 | Name= "Name" |
| 55 | DBLocation = "SCREENS.NAME" |
| 56 | DataType = "string"/> |
| 57 | <Element |
| 58 | Name= "Description" |
| 59 | DBLocation = "SCREENS.DESCRIPTION" |
| 60 | DataType = "string"/> |
| 61 | <Element |
| 62 | Name= "ExternalReference" |
| 63 | DBLocation = "SCREENS.EXTERNAL_REFERENCE" |
| 64 | DataType = "string"/> |
| 65 | </SemanticType> |
| 66 | |
| 67 | <SemanticType |
| 68 | Name = "DatasetIsScreen" |
| 69 | AppliesTo = "D"> |
| 70 | <Description>Asserts that this dataset contains every image |
| 71 | in a screen, and no other images.</Description> |
| 72 | <Element |
| 73 | Name = "Screen" |
| 74 | DBLocation = "DATASET_IS_SCREEN.SCREEN" |
| 75 | DataType = "reference" |
| 76 | RefersTo = "Screen"/> |
| 77 | </SemanticType> |
| 78 | |
| 79 | <SemanticType |
| 80 | Name= "PlateScreen" |
| 81 | AppliesTo = "G"> |
| 82 | <Description>Defines the relationship between Plates and Screens.</Description> |
| 83 | <Element |
| 84 | Name= "Plate" |
| 85 | DBLocation = "PLATE_SCREEN_MAP.PLATE" |
| 86 | DataType = "reference" |
| 87 | RefersTo = "Plate"/> |
| 88 | <Element |
| 89 | Name= "Screen" |
| 90 | DBLocation = "PLATE_SCREEN_MAP.SCREEN" |
| 91 | DataType = "reference" |
| 92 | RefersTo = "Screen"/> |
| 93 | </SemanticType> |
| 94 | |
| 95 | <SemanticType |
| 96 | Name= "Plate" |
| 97 | AppliesTo = "G"> |
| 98 | <Description>Stores information about the plates that make |
| 99 | up a high-throughput screen. Plates may belong to more than |
| 100 | one screen, and have a many-to-many relationship to |
| 101 | screens.</Description> |
| 102 | <Element |
| 103 | Name= "Name" |
| 104 | DBLocation = "PLATES.NAME" |
| 105 | DataType = "string"/> |
| 106 | <Element |
| 107 | Name= "ExternalReference" |
| 108 | DBLocation = "PLATES.EXTERNAL_REFERENCE" |
| 109 | DataType = "string"> |
| 110 | <Description>LSID to an external reference describing |
| 111 | this plate in more detail.</Description> |
| 112 | </Element> |
| 113 | <Element |
| 114 | Name= "Screen" |
| 115 | DBLocation = "PLATES.SCREEN" |
| 116 | DataType = "reference" |
| 117 | RefersTo = "Screen"/> |
| 118 | <Element |
| 119 | Name= "Num_rows" |
| 120 | DBLocation = "PLATES.NUM_ROWS" |
| 121 | DataType = "integer"/> |
| 122 | <Element |
| 123 | Name= "Num_cols" |
| 124 | DBLocation = "PLATES.NUM_COLS" |
| 125 | DataType = "integer"/> |
| 126 | </SemanticType> |
| 127 | |
| 128 | <SemanticType |
| 129 | Name = "DatasetIsPlate" |
| 130 | AppliesTo = "D"> |
| 131 | <Description>Asserts that this dataset contains every image |
| 132 | in a plate, and no other images.</Description> |
| 133 | <Element |
| 134 | Name = "Plate" |
| 135 | DBLocation = "DATASET_IS_PLATE.PLATE" |
| 136 | DataType = "reference" |
| 137 | RefersTo = "Plate"/> |
| 138 | </SemanticType> |
| 139 | |
| 140 | <SemanticType |
| 141 | Name= "Well" |
| 142 | AppliesTo = "G"> |
| 143 | <Description>Stores information about the plates that make |
| 144 | up a high-throughput screen. Plates may belong to more than |
| 145 | one screen, and have a many-to-many relationship to |
| 146 | screens.</Description> |
| 147 | <Element |
| 148 | Name= "Treatment" |
| 149 | DBLocation = "WELL.TREATMENT" |
| 150 | DataType = "string"> |
| 151 | <Description>Text description of the treatment of this |
| 152 | Well.</Description> |
| 153 | </Element> |
| 154 | <Element |
| 155 | Name= "ExternalReference" |
| 156 | DBLocation = "WELL.EXTERNAL_REFERENCE" |
| 157 | DataType = "string"> |
| 158 | <Description>LSID to an external reference describing |
| 159 | the treatment of this Well</Description> |
| 160 | </Element> |
| 161 | <Element |
| 162 | Name= "Row" |
| 163 | DBLocation = "WELL.ROW" |
| 164 | DataType = "integer"/> |
| 165 | <Element |
| 166 | Name= "Column" |
| 167 | DBLocation = "WELL.COLUMN" |
| 168 | DataType = "integer"/> |
| 169 | <Element |
| 170 | Name= "Plate" |
| 171 | DBLocation = "WELL.PLATE" |
| 172 | DataType = "reference" |
| 173 | RefersTo = "Plate"/> |
| 174 | </SemanticType> |
| 175 | |
| 176 | <SemanticType |
| 177 | Name = "DatasetIsWell" |
| 178 | AppliesTo = "D"> |
| 179 | <Description>Asserts that this dataset contains every image |
| 180 | taken from a well, and no other images.</Description> |
| 181 | <Element |
| 182 | Name = "Well" |
| 183 | DBLocation = "DATASET_IS_WELL.WELL" |
| 184 | DataType = "reference" |
| 185 | RefersTo = "Well"/> |
| 186 | </SemanticType> |
| 187 | |
| 188 | <SemanticType |
| 189 | Name = "WellSample" |
| 190 | AppliesTo = "I"> |
| 191 | <Description>States that an Image was taken from a well, and |
| 192 | describes where the image was taken in the |
| 193 | well.</Description> |
| 194 | <Element |
| 195 | Name= "Well" |
| 196 | DBLocation = "WELL_SAMPLE.WELL" |
| 197 | DataType = "reference" |
| 198 | RefersTo = "Well"/> |
| 199 | <Element |
| 200 | Name= "Position" |
| 201 | DBLocation = "WELL_SAMPLE.POSITION" |
| 202 | DataType = "string"> |
| 203 | <Description>Replace this with a description of the |
| 204 | position within the well. What is needed? stage |
| 205 | position? Is physical position necessary or would sample |
| 206 | number do?</Description> |
| 207 | </Element> |
| 208 | </SemanticType> |
| 209 | |
| 210 | </SemanticTypeDefinitions> |
| 211 | </OME> |
Note: See TracBrowser
for help on using the browser.
