| XML Schema : BinaryFile.xsd | |
| Target namespace: | http://www.openmicroscopy.org/XMLschemas/BinaryFile/RC1/BinaryFile.xsd |
| Schema Comments: | |
| Imports | namespace:http://www.w3.org/XML/1998/namespace schemaLocation: http://www.w3.org/2001/xml.xsd |
| Processing Instructions | |
| Schema has: | 3element definitions, 0 global attribute definitions, 6 element attribute definitions, 1 datatype definitions. |
| Possible root elements: | BinaryFile |
| Element list |
| Element BinaryFile |
|
|
|
|
| Element BinData |
|
|
|
|
| Element External |
|
|
|
|
| DataType definitions |
| Datatype Hex40 defined by restriction |
|
| http://www.openmicroscopy.org/XMLschemas/BinaryFile/RC1/BinaryFile.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/BinaryFile/RC1/BinaryFile.xsd" version="RC1" elementFormDefault="qualified">
<import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd" />
<!--
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # Copyright (C) 2003 Open Microscopy Environment # Massachusetts Institute of Technology, # National Institutes of Health, # University of Dundee # #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!--
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Written by: Josiah Johnston <siah@nih.gov> #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<documentation>Describes a file location. Can optionally specify a portion of a file using Offset and a ReadLength.
If Offset and ReadLength are specified in conjuction with Compression, then they point into the uncompressed file.
</documentation>
</annotation>
<documentation>file location</documentation>
</annotation>
</attribute>
<documentation>The digest of the file specified in href.</documentation>
</annotation>
</attribute>
</complexType>
</element>
<documentation>The contents of this element are base64-encoded. These are not CDATA sections, just a base64 stream.</documentation>
</annotation>
</extension>
</simpleContent>
</complexType>
</element>
<documentation>Describes a binary file.</documentation>
</annotation>
<element ref="Bin:External" />
<element ref="Bin:BinData" />
</choice>
<documentation>Size (in bytes) of the uncompressed file.</documentation>
</annotation>
</attribute>
</complexType>
</element>
<length value="20" />
</restriction>
</simpleType>
</schema>
|