latticeType

<h:div class="summary">Allowed lattice types.</h:div>
<h:div class="description"/>
<h:div class="example" href="lattice3.xml"/>

Simple Type Information

Used By

Source

<xsd:simpleType name="latticeType" id="st.latticeType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">Allowed lattice types.</h:div>
      <h:div class="description"/>
      <h:div class="example" href="lattice3.xml"/>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="primitive"/>
    <xsd:enumeration value="full"/>
    <xsd:enumeration value="aCentred">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">lattice with A centering.</h:div>
          <h:div class="description">A lattice which uses the translation operator {0, 0.5, 0.5}.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">A value not in the controlled vocabulary - use dictRef to add further information.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>