Changeset 106 for Schemas/STD
- Timestamp:
- 09/29/07 15:48:46 (16 months ago)
- Location:
- Schemas/STD/2007-06
- Files:
-
- 2 modified
-
STD.xsd (modified) (5 diffs)
-
index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Schemas/STD/2007-06/STD.xsd
r68 r106 19 19 targetNamespace = "http://www.openmicroscopy.org/Schemas/STD/2007-06" 20 20 xmlns:STD = "http://www.openmicroscopy.org/Schemas/STD/2007-06" 21 version = "1" 21 xmlns:xml="http://www.w3.org/XML/1998/namespace" 22 version = "2" 22 23 elementFormDefault = "qualified"> 23 <import namespace = "http://www.w3.org/XML/1998/namespace"/>24 <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 24 25 <element name = "Element"> 25 26 <annotation> … … 28 29 <complexType> 29 30 <sequence> 30 <element ref = "STD:Description" minOccurs = "0"/> 31 <element ref = "STD:Label" minOccurs = "0" maxOccurs = "unbounded"/> 32 <element ref = "STD:Description" minOccurs = "0" maxOccurs = "unbounded"/> 31 33 </sequence> 32 34 <attribute name = "Name" use = "required"> … … 37 39 </simpleType> 38 40 </attribute> 39 <attribute name = "DBLocation" use = " required" type = "string"/>41 <attribute name = "DBLocation" use = "optional" type = "string"/> 40 42 <attribute name = "DataType" use = "required"> 41 43 <simpleType> … … 65 67 <complexType> 66 68 <sequence> 67 <element ref = "STD:Description" minOccurs = "0"/> 69 <element ref = "STD:Label" minOccurs = "0" maxOccurs = "unbounded"/> 70 <element ref = "STD:Description" minOccurs = "0" maxOccurs = "unbounded"/> 68 71 <element ref = "STD:Element" maxOccurs = "unbounded"/> 69 72 </sequence> 70 73 <attribute name = "Name" use = "required"> 74 <simpleType> 75 <restriction base = "string"> 76 <maxLength value = "64"/> 77 </restriction> 78 </simpleType> 79 </attribute> 80 <attribute name = "Parent" use = "optional"> 71 81 <simpleType> 72 82 <restriction base = "string"> … … 120 130 <annotation> 121 131 <documentation> 122 Just some free-form text to describe Images, Screens and Projects. 123 The content model is ANY, which means that en entire XML sub-document can be placed here. 132 Just some human-readable text to serve as documentation. 124 133 </documentation> 125 134 </annotation> 135 <complexType> 136 <simpleContent> 137 <extension base = "string"> 138 <attribute ref = "xml:lang" default = "en"/> 139 </extension> 140 </simpleContent> 141 </complexType> 142 </element> 143 <element name = "Label"> 144 <complexType> 145 <simpleContent> 146 <extension base = "string"> 147 <attribute ref = "xml:lang" default = "en"/> 148 </extension> 149 </simpleContent> 150 </complexType> 126 151 </element> 127 152 </schema> -
Schemas/STD/2007-06/index.html
r57 r106 8 8 <h1>Open Microscopy Environment STD Schema</h1> 9 9 <div class="head"> 10 <p> 4th July2007</p>10 <p>29th September 2007</p> 11 11 </div> 12 12 <div id="toc"> … … 25 25 <div id="status"> 26 26 <h2>Status</h2> 27 <p>This schema is <strong>current</strong> and at version <strong> 1</strong>.</p>27 <p>This schema is <strong>current</strong> and at version <strong>2</strong>.</p> 28 28 <p>A list of the current versions of all the Open Microscopy Environment Group schemas is available at <a href="http://www.openmicroscopy.org/Schemas/">http://www.openmicroscopy.org/Schemas/</a></p> 29 29 </div>
