XML Schema Documentation

Simple Type: PositiveDecimal

[Table of contents]

Super-types: xsd:decimal < PositiveDecimal (by restriction)
Sub-types: None
Name PositiveDecimal
Used by (from the same schema document) Complex Type PositiveMoney
Content
  • Base XSD Type: decimal
  • value > 0
Documentation A type defining a number specified as positive decimal greater than 0 exclusive.
Diagram
Schema Component Representation
<xsd:simpleType name="PositiveDecimal">
<xsd:restriction base=" xsd:decimal ">
<xsd:minExclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>