Changeset 439
- Timestamp:
- 02/25/10 18:03:19 (7 months ago)
- Files:
-
- 1 modified
-
Xml/Working/SPW.xsd (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Xml/Working/SPW.xsd
r437 r439 137 137 </xsd:annotation> 138 138 </xsd:attribute> 139 <xsd:attribute name="DefaultSample" use="optional" type="xsd:integer"> 140 <xsd:annotation> 141 <xsd:documentation> 142 The DefaultSample 139 <xsd:attribute name="Rows" use="optional" type="xsd:integer"> 140 <xsd:annotation> 141 <xsd:documentation> 142 The number of rows in the plate 143 </xsd:documentation> 144 </xsd:annotation> 145 </xsd:attribute> 146 <xsd:attribute name="Columns" use="optional" type="xsd:integer"> 147 <xsd:annotation> 148 <xsd:documentation> 149 The number of columns in the plate 143 150 </xsd:documentation> 144 151 </xsd:annotation> … … 227 234 </xsd:complexType> 228 235 </xsd:element> 229 236 230 237 <xsd:simpleType name="ReagentID"> 231 238 <xsd:restriction base="OME:LSID"> … … 337 344 <xsd:complexType> 338 345 <xsd:sequence> 346 <xsd:element name="Description" minOccurs="0" maxOccurs="1"> 347 <xsd:annotation> 348 <xsd:documentation> 349 A description for the PlateAcquisition. 350 </xsd:documentation> 351 </xsd:annotation> 352 <xsd:simpleType> 353 <xsd:restriction base="xsd:string"> 354 <xsd:whiteSpace value="preserve"/> 355 </xsd:restriction> 356 </xsd:simpleType> 357 </xsd:element> 339 358 <xsd:element ref="WellSampleRef" minOccurs="0" maxOccurs="unbounded"/> 340 359 <xsd:element ref="SA:AnnotationRef" minOccurs="0" maxOccurs="unbounded"/> 341 360 </xsd:sequence> 342 361 <xsd:attribute name="ID" use="required" type="PlateAcquisitionID"/> 362 <xsd:attribute name="Name" use="optional" type="xsd:string"/> 343 363 <xsd:attribute name="EndTime" use="optional" type="xsd:dateTime"> 344 364 <xsd:annotation> … … 346 366 Time when the last image of this acquisition was collected 347 367 </xsd:documentation> 348 </xsd:annotation> 368 </xsd:annotation> 349 369 </xsd:attribute> 350 370 <xsd:attribute name="StartTime" use="optional" type="xsd:dateTime"> … … 353 373 Time when the first image of this acquisition was collected 354 374 </xsd:documentation> 355 </xsd:annotation> 375 </xsd:annotation> 376 </xsd:attribute> 377 <xsd:attribute name="WellSampleCount" use="optional" type="xsd:integer"> 378 <xsd:annotation> 379 <xsd:documentation> 380 This is only used to speed up user interaction by stoping 381 the reading of every well sample. 382 </xsd:documentation> 383 </xsd:annotation> 356 384 </xsd:attribute> 357 385 </xsd:complexType> … … 373 401 i.e The top left well of a plate is index (0,0) 374 402 </xsd:documentation> 375 </xsd:annotation> 403 </xsd:annotation> 376 404 <xsd:complexType> 377 405 <xsd:sequence> … … 388 416 The combination of Row, Column has to be unique for each well in a plate. 389 417 </xsd:documentation> 390 </xsd:annotation> 418 </xsd:annotation> 391 419 </xsd:attribute> 392 420 <xsd:attribute name="Row" use="required" type="xsd:nonNegativeInteger"> … … 397 425 The combination of Row, Column has to be unique for each well in a plate. 398 426 </xsd:documentation> 399 </xsd:annotation> 427 </xsd:annotation> 400 428 </xsd:attribute> 401 429 <xsd:attribute name="ExternalDescription" use="optional" type="xsd:string"> … … 404 432 A description of the externally defined identifier for this plate. 405 433 </xsd:documentation> 406 </xsd:annotation> 434 </xsd:annotation> 407 435 </xsd:attribute> 408 436 <xsd:attribute name="ExternalIdentifier" use="optional" type="xsd:string"> … … 411 439 The ExternalIdentifier attribute may contain a reference to an external database. 412 440 </xsd:documentation> 413 </xsd:annotation> 441 </xsd:annotation> 414 442 </xsd:attribute> 415 443 <xsd:attribute name="Status" use="optional" type="xsd:string"> … … 476 504 The time-point at which the image started to be collected 477 505 </xsd:documentation> 478 </xsd:annotation> 479 </xsd:attribute> 480 <xsd:attribute name="Index" use="optional" type="xsd:nonNegativeInteger"> 481 <xsd:annotation> 482 <xsd:documentation> 483 The Index provides an ordering to the WellSamples. In the user 484 interface the displayed value of the index will be calculated 485 modulo the number of PlateAcquisitions 486 </xsd:documentation> 487 </xsd:annotation> 506 </xsd:annotation> 488 507 </xsd:attribute> 489 508 </xsd:complexType>
