Changeset 195 for Xml/Working/CA.xsd
- Timestamp:
- 09/10/08 12:03:10 (4 months ago)
- Files:
-
- 1 modified
-
Xml/Working/CA.xsd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Xml/Working/CA.xsd
r152 r195 23 23 elementFormDefault = "qualified"> 24 24 <xsd:import namespace = "http://www.openmicroscopy.org/Schemas/OME/2008-02" schemaLocation = "http://www.openmicroscopy.org/Schemas/OME/2008-02/ome.xsd"/> 25 <xsd:element name = "OME"> 25 <xsd:element name = "OME"> <!-- top level definition --> 26 26 <xsd:complexType> 27 27 <xsd:sequence> 28 <xsd:element ref = "Project" />29 <xsd:element ref = "Dataset" />30 <xsd:element ref = "Image" />31 <xsd:element ref = "CustomAttributes" />28 <xsd:element ref = "Project" minOccurs="1" maxOccurs="1"/> 29 <xsd:element ref = "Dataset" minOccurs="1" maxOccurs="1"/> 30 <xsd:element ref = "Image" minOccurs="1" maxOccurs="1"/> 31 <xsd:element ref = "CustomAttributes" minOccurs="1" maxOccurs="1"/> 32 32 </xsd:sequence> 33 33 </xsd:complexType> 34 34 </xsd:element> 35 <xsd:element name = "Dataset"> 35 <xsd:element name = "Dataset"> <!-- top level definition --> 36 36 <xsd:complexType> 37 37 <xsd:sequence> 38 38 <xsd:element ref = "ProjectRef" minOccurs = "0" maxOccurs = "unbounded"/> 39 <xsd:element ref = "CustomAttributes" minOccurs = "0" />39 <xsd:element ref = "CustomAttributes" minOccurs = "0" maxOccurs="1"/> 40 40 </xsd:sequence> 41 41 <xsd:attribute name = "ID" use = "required" type = "OME:DatasetID"/> 42 <xsd:attribute name = "Name" type = "xsd:string"/>43 <xsd:attribute name = "Description" type = "xsd:string"/>44 <xsd:attribute name = "Locked" type = "xsd:boolean"/>45 <xsd:attribute name = "Experimenter" type = "OME:ExperimenterID"/>46 <xsd:attribute name = "Group" type = "OME:GroupID"/>42 <xsd:attribute name = "Name" use="optional" type = "xsd:string"/> 43 <xsd:attribute name = "Description" use="optional" type = "xsd:string"/> 44 <xsd:attribute name = "Locked" use="optional" type = "xsd:boolean"/> 45 <xsd:attribute name = "Experimenter" use="optional" type = "OME:ExperimenterID"/> 46 <xsd:attribute name = "Group" use="optional" type = "OME:GroupID"/> 47 47 </xsd:complexType> 48 48 </xsd:element> 49 <xsd:element name = "Image"> 49 <xsd:element name = "Image"> <!-- top level definition --> 50 50 <xsd:complexType> 51 51 <xsd:sequence> 52 52 <xsd:element ref = "DatasetRef" minOccurs = "0" maxOccurs = "unbounded"/> 53 53 <xsd:element ref = "Region" minOccurs = "0" maxOccurs = "unbounded"/> 54 <xsd:element ref = "CustomAttributes" minOccurs = "0" />54 <xsd:element ref = "CustomAttributes" minOccurs = "0" maxOccurs="1"/> 55 55 </xsd:sequence> 56 56 <xsd:attribute name = "ID" use = "required" type = "OME:ImageID"/> 57 <xsd:attribute name = "Name" type = "xsd:string"/>58 <xsd:attribute name = "CreationDate" type = "xsd:dateTime"/>59 <xsd:attribute name = "Description" type = "xsd:string"/>60 <xsd:attribute name = "Experimenter" type = "OME:ExperimenterID"/>61 <xsd:attribute name = "Group" type = "OME:GroupID"/>62 <xsd:attribute name = "DefaultPixels" type = "OME:PixelsID"/>57 <xsd:attribute name = "Name" use="optional" type = "xsd:string"/> 58 <xsd:attribute name = "CreationDate" use="optional" type = "xsd:dateTime"/> 59 <xsd:attribute name = "Description" use="optional" type = "xsd:string"/> 60 <xsd:attribute name = "Experimenter" use="optional" type = "OME:ExperimenterID"/> 61 <xsd:attribute name = "Group" use="optional" type = "OME:GroupID"/> 62 <xsd:attribute name = "DefaultPixels" use="optional" type = "OME:PixelsID"/> 63 63 </xsd:complexType> 64 64 </xsd:element> 65 <xsd:element name = "Region"> 65 <xsd:element name = "Region"> <!-- top level definition --> 66 66 <xsd:complexType> 67 67 <xsd:sequence> 68 68 <xsd:element ref = "Region" minOccurs = "0" maxOccurs = "unbounded"/> 69 <xsd:element ref = "CustomAttributes" minOccurs = "0" />69 <xsd:element ref = "CustomAttributes" minOccurs = "0" maxOccurs="1"/> 70 70 </xsd:sequence> 71 71 <xsd:attribute name = "ID" use = "required" type = "OME:RegionID"/> 72 <xsd:attribute name = "Name" type = "xsd:string"/>73 <xsd:attribute name = "Tag" type = "xsd:string"/>72 <xsd:attribute name = "Name" use="optional" type = "xsd:string"/> 73 <xsd:attribute name = "Tag" use="optional" type = "xsd:string"/> 74 74 </xsd:complexType> 75 75 </xsd:element> 76 <xsd:element name = "CustomAttributes"> 76 <xsd:element name = "CustomAttributes"> <!-- top level definition --> 77 77 <xsd:complexType> 78 78 <xsd:sequence> … … 81 81 </xsd:complexType> 82 82 </xsd:element> 83 <xsd:element name = "Project"> 83 <xsd:element name = "Project"> <!-- top level definition --> 84 84 <xsd:complexType> 85 85 <xsd:attribute name = "ID" use = "required" type = "OME:ProjectID"/> 86 <xsd:attribute name = "Name" type = "xsd:string"/>87 <xsd:attribute name = "Description" type = "xsd:string"/>88 <xsd:attribute name = "Experimenter" type = "OME:ExperimenterID"/>89 <xsd:attribute name = "Group" type = "OME:GroupID"/>86 <xsd:attribute name = "Name" use="optional" type = "xsd:string"/> 87 <xsd:attribute name = "Description" use="optional" type = "xsd:string"/> 88 <xsd:attribute name = "Experimenter" use="optional" type = "OME:ExperimenterID"/> 89 <xsd:attribute name = "Group" use="optional" type = "OME:GroupID"/> 90 90 </xsd:complexType> 91 91 </xsd:element> 92 <xsd:element name = "DatasetRef"> 92 <xsd:element name = "DatasetRef"> <!-- top level definition --> 93 93 <xsd:complexType> 94 94 <xsd:attribute name = "ID" use = "required" type = "OME:DatasetID"/> 95 95 </xsd:complexType> 96 96 </xsd:element> 97 <xsd:element name = "ProjectRef"> 97 <xsd:element name = "ProjectRef"> <!-- top level definition --> 98 98 <xsd:complexType> 99 99 <xsd:attribute name = "ID" use = "required" type = "OME:ProjectID"/>
