http://schemas.microsoft.com/sqlserver/2004/sqltypes
simpleType smallmoney

Super Types
{http://www.w3.org/2001/XMLSchema}decimal
|
+--{http://schemas.microsoft.com/sqlserver/2004/sqltypes}smallmoney (restriction)

Properties
This component is not nillable.

Model

maximum number of digits: 10
inclusive lower bound: -214748.3648
inclusive upper bound: 214748.3647


Source
<xsd:simpleType name="smallmoney">
<xsd:restriction base="xsd:decimal">
<xsd:totalDigits value="10"/>
<xsd:fractionDigits value="4"/>
<xsd:maxInclusive value="214748.3647"/>
<xsd:minInclusive value="-214748.3648"/>
</xsd:restriction>
</xsd:simpleType>


http://www.stylusstudio.com