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

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 439

Show
Ignore:
Timestamp:
02/25/10 18:03:19 (7 months ago)
Author:
andrew
Message:

Latest updates for ticket #106 from the EA diagram.

Files:
1 modified

  • Xml/Working/SPW.xsd (modified) (11 diffs)

Legend:

Unmodified
Added
Removed
  • Xml/Working/SPW.xsd

    r437 r439  
    137137                                </xsd:annotation> 
    138138                        </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  
    143150                                        </xsd:documentation> 
    144151                                </xsd:annotation> 
    … …  
    227234                </xsd:complexType> 
    228235        </xsd:element> 
    229          
     236 
    230237        <xsd:simpleType name="ReagentID"> 
    231238                <xsd:restriction base="OME:LSID"> 
    … …  
    337344                <xsd:complexType> 
    338345                        <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> 
    339358                                <xsd:element ref="WellSampleRef" minOccurs="0" maxOccurs="unbounded"/> 
    340359                                <xsd:element ref="SA:AnnotationRef" minOccurs="0" maxOccurs="unbounded"/> 
    341360                        </xsd:sequence> 
    342361                        <xsd:attribute name="ID" use="required" type="PlateAcquisitionID"/> 
     362                        <xsd:attribute name="Name" use="optional" type="xsd:string"/> 
    343363                        <xsd:attribute name="EndTime" use="optional" type="xsd:dateTime"> 
    344364                                <xsd:annotation> 
    … …  
    346366                                                Time when the last image of this acquisition was collected 
    347367                                        </xsd:documentation> 
    348                                 </xsd:annotation>          
     368                                </xsd:annotation> 
    349369                        </xsd:attribute> 
    350370                        <xsd:attribute name="StartTime" use="optional" type="xsd:dateTime"> 
    … …  
    353373                                                Time when the first image of this acquisition was collected 
    354374                                        </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> 
    356384                        </xsd:attribute> 
    357385                </xsd:complexType> 
    … …  
    373401                                i.e The top left well of a plate is index (0,0) 
    374402                        </xsd:documentation> 
    375                 </xsd:annotation>  
     403                </xsd:annotation> 
    376404                <xsd:complexType> 
    377405                        <xsd:sequence> 
    … …  
    388416                                                The combination of Row, Column has to be unique for each well in a plate. 
    389417                                        </xsd:documentation> 
    390                                 </xsd:annotation>          
     418                                </xsd:annotation> 
    391419                        </xsd:attribute> 
    392420                        <xsd:attribute name="Row" use="required" type="xsd:nonNegativeInteger"> 
    … …  
    397425                                                The combination of Row, Column has to be unique for each well in a plate. 
    398426                                        </xsd:documentation> 
    399                                 </xsd:annotation>                  
     427                                </xsd:annotation> 
    400428                        </xsd:attribute> 
    401429                        <xsd:attribute name="ExternalDescription" use="optional" type="xsd:string"> 
    … …  
    404432                                                A description of the externally defined identifier for this plate. 
    405433                                   </xsd:documentation> 
    406                                 </xsd:annotation>                                  
     434                                </xsd:annotation> 
    407435                        </xsd:attribute> 
    408436                        <xsd:attribute name="ExternalIdentifier" use="optional" type="xsd:string"> 
    … …  
    411439                                                The ExternalIdentifier attribute may contain a reference to an external database. 
    412440                                        </xsd:documentation> 
    413                                 </xsd:annotation>                        
     441                                </xsd:annotation> 
    414442                        </xsd:attribute> 
    415443                        <xsd:attribute name="Status" use="optional" type="xsd:string"> 
    … …  
    476504                                                The time-point at which the image started to be collected 
    477505                                        </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> 
    488507                        </xsd:attribute> 
    489508                </xsd:complexType> 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11.5
By Edgewall Software.

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