The most commonly used type for an integer amount field
XSD Schema Diagram:
XSD Schema Code:
<xsd:simpleType name="AmountType">
<xsd:annotation>
<xsd:documentation>The most commonly used type for an integer amount field</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:integer">
<xsd:totalDigits value="11" />
</xsd:restriction>
</xsd:simpleType>