Definition Type: SimpleType
Name: peakWidthType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
The width of a peak. At present we allow a peakWidth to be positive or exactly zero (to signal that the peak should not be integrated).
Collapse XSD Schema Diagram:
XSD Diagram of peakWidthType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="peakWidthType" id="st.peakWidthType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The width of a peak.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">At present we allow a peakWidth to be positive 
            or exactly zero (to signal that the peak should not be integrated).</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:double">
        <xsd:minInclusive value="0.0" />
        <xsd:maxInclusive value="1.0E+99" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MaxInclusive 1.0E+99
MinInclusive 0.0