cellParameterType

<h:div class="summary">enumerated type of cellParameter</h:div>
<h:div class="description"/>
<h:div class="example" href="cellParameterType1.xml"/>

Simple Type Information

Source

<xsd:simpleType name="cellParameterType" id="st.cellParameterType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">enumerated type of cellParameter</h:div>
      <h:div class="description"/>
      <h:div class="example" href="cellParameterType1.xml"/>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="length"/>
    <xsd:enumeration value="angle"/>
  </xsd:restriction>
</xsd:simpleType>