<xsd:simpleType name="occupancyType" id="st.occupancyType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A floating point number between 0 and 1 inclusive</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Originally for crystallographic occupancy but re-usable
for fractional yield, etc.</h:div>
<h:div class="example" href="atom1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:double">
<xsd:minInclusive value="0" />
<xsd:maxInclusive value="1" />
</xsd:restriction>
</xsd:simpleType>
|