Changeset 106 for Xml/Release/STD.xsd
- Timestamp:
- 09/29/07 15:48:46 (15 months ago)
- Files:
-
- 1 modified
-
Xml/Release/STD.xsd (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Xml/Release/STD.xsd
r54 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>
