periodic

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
periodic xsd:boolean true optional
<h:div class="summary">Is the axis periodic.</h:div>
<h:div class="description">Any or all of the axes may be periodic or aperiodic. An example could be a surface where 2 periodic axes (not necessarily orthogonal) are used to describe the coordinates in the surface, perhaps representing lattice vectors of a 3D crystal or 2D layer. The third vector is orthogonal and represents coordinates normal to the surface. In this case only the direction, not the magnitude of the vector is important.</h:div>

Used By

Element latticeVector

Source

<xsd:attributeGroup id="attGp.periodic" name="periodic">
  <xsd:attribute name="periodic" type="xsd:boolean" id="att.periodic" default="true">
    <xsd:annotation>
      <xsd:documentation>
        <h:div class="summary">Is the axis periodic.</h:div>
        <h:div class="description">Any or all of the axes may be periodic or aperiodic. An example could be a surface where 2 periodic axes (not necessarily orthogonal) are used to describe the coordinates in the surface, perhaps representing lattice vectors of a 3D crystal or 2D layer. The third vector is orthogonal and represents coordinates normal to the surface. In this case only the direction, not the magnitude of the vector is important.</h:div>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>