box3Type

<h:div class="summary">A box in 3-space.</h:div>
<h:div class="description">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"/>

Simple Type Information

Used By

Attribute box3/@box3

Source

<xsd:simpleType name="box3Type" id="st.box3Type">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">A box in 3-space.</h:div>
      <h:div class="description">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"/>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction>
    <xsd:simpleType>
      <xsd:list itemType="xsd:double"/>
    </xsd:simpleType>
    <xsd:length value="6"/>
  </xsd:restriction>
</xsd:simpleType>