<h:div class="summary">The minimum INCLUSIVE value of a quantity.</h:div> <h:div class="description"> <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"/> |
Attribute | min/@min |
<xsd:simpleType name="minType" id="st.minType"> <xsd:annotation> <xsd:documentation> <h:div class="summary">The minimum INCLUSIVE value of a quantity.</h:div> <h:div class="description"> <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"/> </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"/> </xsd:simpleType> |