Definition Type: SimpleType
Name: minType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
The minimum INCLUSIVE value of a quantity. The minimum INCLUSIVE value of a sortable quantity such as numeric, date or string. It should be ignored for dataTypes such as URL. The use of min and min attributes can be used to give a range for the quantity. The statistical basis of this range is not defined. The value of min is usually an observed quantity (or calculated from observations). To restrict a value, the minExclusive type in a dictionary should be used. The type of the minimum is the same as the quantity to which it refers - numeric, date and string are currently allowed
Collapse XSD Schema Diagram:
XSD Diagram of minType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="minType" id="st.minType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The minimum INCLUSIVE value of a quantity.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
                <h:p>The minimum INCLUSIVE value of a sortable quantity such as
            numeric, date or string. It should be ignored for dataTypes such as URL. 
            The use of <h:tt>min</h:tt> and
          <h:tt>min</h:tt> attributes can be used to give a range for the quantity.
         The statistical basis of this range is not defined. The value of <h:tt>min</h:tt> 
         is usually an observed 
         quantity (or calculated from observations). To restrict a value, the <h:tt>
         minExclusive</h:tt> type in a dictionary should be used.</h:p>
                <h:p>The type of the minimum is the same as the quantity to which it refers - numeric,
         date and string are currently allowed</h:p>
            </h:div>
            <h:div class="example" href="maxType1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string" />
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:min