simpleType minType

simpleType {http://www.xml-cml.org/schema/cml2/core}minType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.xml-cml.org/schema/cml2/core}minType
Derived Types
{http://www.xml-cml.org/schema/cml2/core}minType
 {http://www.xml-cml.org/schema/cml2/core}minValue (by type)
Target Namespacehttp://www.xml-cml.org/schema/cml2/core
Declared Namespacesxmlns:val=http://www.w3.org/1999/XSL/TransformX
xmlns:stm=http://www.xml-cml.org/schema/stmml
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:xlink=http://www.w3.org/1999/xlink
xmlns:cml=http://www.xml-cml.org/schema/cml2/core
xmlns=http://www.xml-cml.org/schema/cml2/core


Source

<xsd:simpleType name="minType" id="st.minType">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">The minimum INCLUSIVE value of a quantity.</div>
            <
div class="description">
                <
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
                    
<tt>min</tt>
and
                    
<tt>min</tt>
attributes can be used to give a range for the quantity.
The statistical basis of this range is not defined. The value of
                    
<tt>min</tt>
is usually an observed
quantity (or calculated from observations). To restrict a value, the
                    
<tt>minExclusive</tt>
type in a dictionary should be used.
</p>
                <
p>
The type of the minimum is the same as the quantity to which it refers - numeric,
date and string are currently allowed
                
</p>
            </
div>
            <
div class="example">
                <
pre>
<stmml title="maxType example">

<scalar dataType="xsd:float" max="20" min="12">15</scalar>
</stmml>
                
</pre>
            </
div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:string"/>
</
xsd:simpleType>


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

<stmml title="maxType example">
<scalar dataType="xsd:float" max="20" min="12">15</scalar>
</stmml>


simpleType minType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.