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

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

Properties
This component is not nillable.

Model

maximum number of digits: 19
inclusive lower bound: -922337203685477.5808
inclusive upper bound: 922337203685477.5807


Source
<xsd:simpleType name="money">
<xsd:restriction base="xsd:decimal">
<xsd:totalDigits value="19"/>
<xsd:fractionDigits value="4"/>
<xsd:maxInclusive value="922337203685477.5807"/>
<xsd:minInclusive value="-922337203685477.5808"/>
</xsd:restriction>
</xsd:simpleType>


http://www.stylusstudio.com