Changeset 101 for Xml/Working
- Timestamp:
- 09/26/07 09:33:32 (16 months ago)
- Location:
- Xml/Working
- Files:
-
- 4 modified
-
AnalysisModule.xsd (modified) (1 diff)
-
SPW.xsd (modified) (1 diff)
-
ome.xsd (modified) (3 diffs)
-
omeOxySvnProject.xpr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Xml/Working/AnalysisModule.xsd
r93 r101 24 24 xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/2007-06" 25 25 xmlns:xsd = "http://www.w3.org/2001/XMLSchema" 26 version = " 1"26 version = "2" 27 27 elementFormDefault = "qualified"> 28 28 <import namespace = "http://www.openmicroscopy.org/Schemas/CLI/2007-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/CLI/2007-06/CLI.xsd"/> -
Xml/Working/SPW.xsd
r93 r101 21 21 xmlns:AML="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06" 22 22 xmlns:xsd="http://www.w3.org/2001/XMLSchema" 23 version=" 1"23 version="2" 24 24 elementFormDefault="qualified"> 25 25 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/OME/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd"/> -
Xml/Working/ome.xsd
r93 r101 712 712 <xsd:annotation> 713 713 <xsd:documentation> 714 This element describes a person who performed an imaging experiment. Required elements are FirstName, LastName and Email.714 This element describes a person who performed an imaging experiment. 715 715 This person may also be a user of the OME system, in which case the OMEName element contains their login name. 716 716 Experimenters may belong to one or more groups which are specified using one or more GroupRef elements. … … 997 997 <xsd:documentation> 998 998 Just some free-form text to describe Images, Screens and Projects. 999 The content model is ANY, which means that an entire XML sub-document can be placed here. 999 The content model is currently ANY, but this is going to change to String in 1000 the near future. This is no longer the correct place for an XML sub-document 1001 - use CustomAttributes instead. 1000 1002 </xsd:documentation> 1001 1003 </xsd:annotation> … … 1025 1027 <xsd:attribute name="Manufacturer" use="required" type="xsd:string"/> 1026 1028 <xsd:attribute name="Model" use="required" type="xsd:string"/> 1027 <xsd:attribute name="SerialNumber" use="required"type="xsd:string"/>1029 <xsd:attribute name="SerialNumber" type="xsd:string"/> 1028 1030 </xsd:complexType> 1029 1031 <xsd:element name="Thumbnail"> -
Xml/Working/omeOxySvnProject.xpr
r94 r101 20 20 <file name="ome.xsd"/> 21 21 <file name="sample-updated.ome.xml"/> 22 <file name="../../../../Desktop/scratch.xml"/> 22 23 <file name="SPW.xsd"/> 23 24 <file name="STD.xsd"/>
