Definition Type: SimpleType
Name: occupancyType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
A floating point number between 0 and 1 inclusive Originally for crystallographic occupancy but re-usable for fractional yield, etc.
Collapse XSD Schema Diagram:
XSD Diagram of occupancyType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
MaxInclusive 1
MinInclusive 0
Collapse Derivation Tree:
Collapse References:
nsA:occupancy, nsA:occupancyArrayTypensA:ratio, nsA:yield,