Decimal indicates a numeric value that meets the following rules:
XSD Schema Diagram:
XSD Schema Code:
<xsd:simpleType name="Decimal">
<xsd:annotation>
<xsd:documentation>Decimal indicates a numeric value that meets the following rules:</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:decimal" />
</xsd:simpleType>