<xsd:simpleType name="latticeType" id="st.latticeType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Allowed lattice types.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml" />
<h:div class="example" href="lattice3.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<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" xmlns:h="http://www.w3.org/1999/xhtml">lattice with A centering.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">A lattice which uses the translation operator {0, 0.5, 0.5}.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="namespaceRefType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">User-defined lattice-type.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">This definition must be by reference to a namespaced dictionary entry.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
|