<xsd:simpleType id="st.lmType" name="lmType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">symbolic represention of l amd m.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">takes avlues of s, p, px, dxy, dx2y2, f, etc.</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="s" />
<xsd:enumeration value="p" />
<xsd:enumeration value="px" />
<xsd:enumeration value="py" />
<xsd:enumeration value="pz" />
<xsd:enumeration value="d" />
<xsd:enumeration value="dxy" />
<xsd:enumeration value="dyz" />
<xsd:enumeration value="dxz" />
<xsd:enumeration value="dx2y2" />
<xsd:enumeration value="dz2" />
<xsd:enumeration value="f" />
<xsd:enumeration value="g" />
</xsd:restriction>
</xsd:simpleType>
|