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