PositiveDecimal simple Type

Defines a positive number, accurate to two decimal places, up to one million.

Type Information

Namespace http://schemas.microsoft.com/office/onenote/2004/import
Schema name SimpleImport

Definition

			
<xsd:simpleType name="PositiveDecimal">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      Positive number.
    </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:decimal">
      <xsd:minInclusive value="0.00"/>
      <xsd:maxInclusive value="1000000.00"/>
    </xsd:restriction>
</xsd:simpleType>

		
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp