Definition Type: SimpleType
Name: maxType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
The maximum INCLUSIVE value of a quantity. The maximum 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 max attributes can be used to give a range for the quantity. The statistical basis of this range is not defined. The value of max is usually an observed quantity (or calculated from observations). To restrict a value, the maxExclusive type in a dictionary should be used. The type of the maximum is the same as the quantity to which it refers - numeric, date and string are currently allowed
Collapse XSD Schema Diagram:
XSD Diagram of maxType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="maxType" id="st.maxType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The maximum INCLUSIVE value of a quantity.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
                <h:p>The maximum 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>max</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>max</h:tt> 
       is usually an observed 
       quantity (or calculated from observations). To restrict a value, the <h:tt>
       maxExclusive</h:tt> type in a dictionary should be used.</h:p>
                <h:p>The type of the maximum 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:max