<xsd:simpleType id="st.lmType" name="lmType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">symbolic represention of l amd m.</h:div>
<h:div class="description">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> |