| XML Schema : STD.xsd | |
| Target namespace: | http://www.openmicroscopy.org/XMLschemas/STD/RC2/STD.xsd |
| Schema Comments: | |
| Imports | namespace:http://www.w3.org/XML/1998/namespace schemaLocation: http://www.w3.org/2001/xml.xsd |
| Processing Instructions | |
| Schema has: | 4element definitions, 1 global attribute definitions, 6 element attribute definitions, 0 datatype definitions. |
| Possible root elements: | SemanticTypeDefinitions |
| Element list |
| Element Description |
|
|
|
| Element Element |
|
|
|
|
| Element SemanticType |
|
|
|
| Element SemanticTypeDefinitions |
|
|
|
| Global Attributes |
| Attribute: SemanticTypeName |
|
| DataType definitions |
| http://www.openmicroscopy.org/XMLschemas/STD/RC2/STD.xsd Original Schema Source |
|
<!--
Generated by Turbo XML 2.3.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema-->
-<schema targetNamespace="http://www.openmicroscopy.org/XMLschemas/STD/RC2/STD.xsd" version="RC2" elementFormDefault="qualified">
<import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd" />
<documentation>Describes a field of a SemanticType</documentation>
</annotation>
<element ref="STD:Description" minOccurs="0" />
</sequence>
<attribute name="DBLocation" use="required" type="string" />
<attribute name="RefersTo" type="string" />
</complexType>
</element>
<documentation>
Defines a semantic type.
Notes:
Granularity of SemanticType is infered from the granularity of the record it derives from. In a record, this granularity is specified by the AppliesTo attribute.
</documentation>
</annotation>
<element ref="STD:Description" minOccurs="0" />
<element ref="STD:Element" maxOccurs="unbounded" />
</sequence>
<documentation>This specifies what this record is an attribute of. The options are Global, Dataset, Image, or Feature.
</documentation>
</annotation>
<enumeration value="G" />
<enumeration value="D" />
<enumeration value="I" />
<enumeration value="F" />
<length value="1" />
</restriction>
</simpleType>
</attribute>
</complexType>
<selector xpath="STD:SemanticElement" />
<field xpath="@Name" />
</unique>
</element>
<documentation>Describes semantic types that can be derived from custom attributes. </documentation>
</annotation>
<element ref="STD:SemanticType" maxOccurs="unbounded" />
</sequence>
</complexType>
<selector xpath="STD:SemanticType" />
<field xpath="@SemanticTypeName" />
</unique>
<selector xpath=".//STD:Field" />
<field xpath="@FieldID" />
</unique>
<selector xpath=".//STD:SemanticElement" />
<field xpath="@FieldID" />
</keyref>
</element>
<documentation>
Just some free-form text to describe Images, Screens and Projects.
The content model is ANY, which means that en entire XML sub-document can be placed here.
</documentation>
</annotation>
</element>
</schema>
|