<xsd:simpleType name="box3Type" id="st.box3Type">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A box in 3-space.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Defined by 6 real numbers
(x1 y1 z1 x2 y2 z2). By default these are Cartesian coordinates (with units
specified elsewhere - responsibility of schema creator.) If there is a means
of specifying oblique axes (e.g. crystallographic cell) the box may be a
parallelipiped. The components are grouped in threes ans separated by a semicolon
to avoid problems of guessing the convention.</h:div>
<h:div class="example" href="box31.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:restriction>
<xsd:simpleType>
<xsd:list itemType="xsd:double" />
</xsd:simpleType>
<xsd:length value="6" />
</xsd:restriction>
</xsd:simpleType>
|