<h:div class="summary">A vector in 3-space.</h:div> <h:div class="description">No constraints on magnitude (i.e. could be zero.</h:div> <h:div class="example" href="vector31.xml"/> |
Attributes | cellParameterError/@error, kpoint/@kpoint, vector3/@vector3 |
Elements | cellParameter, kpoint, latticeVector, vector3 |
<xsd:simpleType name="vector3Type" id="st.vector3Type"> <xsd:annotation> <xsd:documentation> <h:div class="summary">A vector in 3-space.</h:div> <h:div class="description">No constraints on magnitude (i.e. could be zero.</h:div> <h:div class="example" href="vector31.xml"/> </xsd:documentation> </xsd:annotation> <xsd:restriction> <xsd:simpleType> <xsd:list itemType="xsd:float"/> </xsd:simpleType> <xsd:length value="3"/> </xsd:restriction> </xsd:simpleType> |